From 8cd5676e1df68f7845ef8b138463a349f7548718 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Paixão Date: Mon, 19 Apr 2010 22:47:01 +0000 Subject: [PATCH] #75 by William JC: Corrigido bug em seleção de subsetores no cadastro de funcionários --- ieducar/intranet/xml_oprot_setor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ieducar/intranet/xml_oprot_setor.php b/ieducar/intranet/xml_oprot_setor.php index 2572529..a0d0498 100755 --- a/ieducar/intranet/xml_oprot_setor.php +++ b/ieducar/intranet/xml_oprot_setor.php @@ -26,7 +26,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ header( 'Content-type: text/xml' ); - require_once( "include/protocol/geral.inc.php" ); + require_once( "include/pmidrh/geral.inc.php" ); echo "\n\n"; if( isset( $_GET["setor_pai"] ) ) @@ -44,4 +44,4 @@ } } echo ""; -?> \ No newline at end of file +?> -- libgit2 0.21.2