|
From: | Michael L. Dean <address@hidden> |
Subject: | [Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_array.inc.php,1.2,1.3 |
Date: | Sat, 17 May 2003 15:30:01 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc In directory subversions:/tmp/cvs-serv18013 Modified Files: class.schema_proc_array.inc.php Log Message: SV# 3634: Syntax error return Rrue; should have been return True; Index: class.schema_proc_array.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.schema_proc_array.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** class.schema_proc_array.inc.php 11 Apr 2002 14:12:34 -0000 1.2 --- class.schema_proc_array.inc.php 17 May 2003 19:29:58 -0000 1.3 *************** *** 156,160 **** } ! return Rrue; } --- 156,160 ---- } ! return True; }
[Prev in Thread] | Current Thread | [Next in Thread] |