Commit 8cd5676e1df68f7845ef8b138463a349f7548718
1 parent
80699327
Exists in
master
#75 by William JC: Corrigido bug em seleção de subsetores no cadastro de funcionários
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ieducar/intranet/xml_oprot_setor.php
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |
27 | 27 | header( 'Content-type: text/xml' ); |
28 | 28 | |
29 | - require_once( "include/protocol/geral.inc.php" ); | |
29 | + require_once( "include/pmidrh/geral.inc.php" ); | |
30 | 30 | |
31 | 31 | echo "<?xml version=\"1.0\" encoding=\"ISO-8859-15\"?>\n<query xmlns=\"sugestoes\">\n"; |
32 | 32 | if( isset( $_GET["setor_pai"] ) ) |
... | ... | @@ -44,4 +44,4 @@ |
44 | 44 | } |
45 | 45 | } |
46 | 46 | echo "</query>"; |
47 | -?> | |
48 | 47 | \ No newline at end of file |
48 | +?> | ... | ... |