[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.142,1.143 class
From: |
Dan Kuykendall <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.142,1.143 class.Template_experimental.inc.php,1.2,NONE |
Date: |
Fri, 31 May 2002 06:19:01 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv2398/phpgwapi/inc
Modified Files:
functions.inc.php
Removed Files:
class.Template_experimental.inc.php
Log Message:
Apps dont need to halt on template error. Now it just reports
Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -r1.142 -r1.143
*** functions.inc.php 31 May 2002 09:25:52 -0000 1.142
--- functions.inc.php 31 May 2002 10:18:57 -0000 1.143
***************
*** 582,585 ****
--- 582,586 ----
{
$GLOBALS['phpgw']->template->set_root(PHPGW_APP_TPL);
+ $GLOBALS['phpgw']->template->halt_on_error =
'report';
if (! preg_match ("/phpgwapi/i", PHPGW_APP_INC)
&& file_exists(PHPGW_APP_INC . '/functions.inc.php') && !MENUACTION)
{
--- class.Template_experimental.inc.php DELETED ---
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.142,1.143 class.Template_experimental.inc.php,1.2,NONE,
Dan Kuykendall <address@hidden> <=