[Openfirst-cvscommit] base/config dbase.php,1.23,1.24
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-17 05:00:46
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1318/config Modified Files: dbase.php Log Message: return a default value Index: dbase.php =================================================================== RCS file: /cvsroot/openfirst/base/config/dbase.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** dbase.php 16 May 2005 22:07:28 -0000 1.23 --- dbase.php 16 May 2005 22:08:51 -0000 1.24 *************** *** 335,338 **** --- 335,339 ---- } /* End copy */ + return true; } |