CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/09/22 00:39:36

Modified files:
        inc            : functions.inc.php 

Log message:
        typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/functions.inc.php?cvsroot=phpgwapi&r1=1.200&r2=1.201

Patches:
Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -b -r1.200 -r1.201
--- functions.inc.php   22 Sep 2006 00:33:38 -0000      1.200
+++ functions.inc.php   22 Sep 2006 00:39:36 -0000      1.201
@@ -8,7 +8,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
-       * @version $Id: functions.inc.php,v 1.200 2006/09/22 00:33:38 skwashd 
Exp $
+       * @version $Id: functions.inc.php,v 1.201 2006/09/22 00:39:36 skwashd 
Exp $
        */
        
        
@@ -205,7 +205,7 @@
        /**
        * phpGroupWare debug level "error"
        */
-       define('PHPHW_E_DEBUG', -1024);
+       define('PHPGW_E_DEBUG', -1024);
 
        /**
        * phpGroupWare generic error handler


_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to