[Openfirst-cvscommit] base/config dbase.php,1.19,1.20
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-03-13 01:46:22
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17485/config Modified Files: dbase.php Log Message: More error fixes Index: dbase.php =================================================================== RCS file: /cvsroot/openfirst/base/config/dbase.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** dbase.php 13 Mar 2005 01:43:41 -0000 1.19 --- dbase.php 13 Mar 2005 01:46:12 -0000 1.20 *************** *** 256,260 **** function ofirst_dbsize() { ! global $dbasetype, $peardb; if($dbasetype == "mysql") { $dbsize = 0; --- 256,260 ---- function ofirst_dbsize() { ! global $dbasetype, $peardb, $sqldatabase; if($dbasetype == "mysql") { $dbsize = 0; |