phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: chora/inc functions.inc.php,1.10,1.11


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora/inc functions.inc.php,1.10,1.11
Date: Sun, 28 Apr 2002 16:11:36 -0400

Update of /cvsroot/phpgroupware/chora/inc
In directory subversions:/tmp/cvs-serv29067

Modified Files:
        functions.inc.php 
Log Message:
fix error page tpl usage



Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/inc/functions.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** functions.inc.php   28 Apr 2002 19:26:40 -0000      1.10
--- functions.inc.php   28 Apr 2002 20:11:33 -0000      1.11
***************
*** 238,242 ****
        {
                //header("Status: $errcode");
!               
include($GLOBALS['conf']['paths']['templates'].'/error_page.inc');
                $GLOBALS['phpgw']->common->phpgw_footer();
                $GLOBALS['phpgw']->common->phpgw_exit();
--- 238,242 ----
        {
                //header("Status: $errcode");
!               
include($GLOBALS['conf']['paths']['templates'].'/error_page.tpl');
                $GLOBALS['phpgw']->common->phpgw_footer();
                $GLOBALS['phpgw']->common->phpgw_exit();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]