[Openfirst-cvscommit] base/config index.php,1.13,1.14
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-06-30 03:28:06
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9432/config Modified Files: index.php Log Message: damn! was using $ofDB! Changed all instances of $ofDB to $ogDB Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/config/index.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** index.php 30 Jun 2005 02:29:42 -0000 1.13 --- index.php 30 Jun 2005 03:27:57 -0000 1.14 *************** *** 56,60 **** <?php // The statistics feature is loosely inspired by that of phpBB. ! echo $ofDB->getVersion(); ?></td> </tr> --- 56,60 ---- <?php // The statistics feature is loosely inspired by that of phpBB. ! echo $ogDB->getVersion(); ?></td> </tr> *************** *** 62,66 **** <th>Database Size</th><td> <?php ! echo $ofDB->getSize(); ?> </td> --- 62,66 ---- <th>Database Size</th><td> <?php ! echo $ogDB->getSize(); ?> </td> |