[Openfirst-cvscommit] base/includes/functions debug.php,1.4,1.5
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-06-30 03:55:57
|
Update of /cvsroot/openfirst/base/includes/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23671/includes/functions Modified Files: debug.php Log Message: damn! was using $ofDB! Changed all instances of $ofDB to $ogDB Index: debug.php =================================================================== RCS file: /cvsroot/openfirst/base/includes/functions/debug.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** debug.php 30 Jun 2005 02:30:45 -0000 1.4 --- debug.php 30 Jun 2005 03:55:47 -0000 1.5 *************** *** 38,46 **** global $DBaseType, $Encryption, $Title, $Version, $sqlServer, $sqlUser, $sqlPassword, $sqlDatabase, $sqlConnection, $PassSaveDisabled, $regEnabled, $Server, $BasePath, $fBasePath, $Home, ! $StylePath, $fStylePath, $Header, $Footer, $MailNotify, $MailFrom, $ofDB; global $osType, $currentmodule, $user, $lastquery, $usingPHP5; global $NO_ADD_BUG; ! $dberrno = $ofDB->errorNumber(); ! $dberror = $ofDB->errorString(); if(! function_exists("md5_file")) { --- 38,46 ---- global $DBaseType, $Encryption, $Title, $Version, $sqlServer, $sqlUser, $sqlPassword, $sqlDatabase, $sqlConnection, $PassSaveDisabled, $regEnabled, $Server, $BasePath, $fBasePath, $Home, ! $StylePath, $fStylePath, $Header, $Footer, $MailNotify, $MailFrom, $ogDB; global $osType, $currentmodule, $user, $lastquery, $usingPHP5; global $NO_ADD_BUG; ! $dberrno = $ogDB->errorNumber(); ! $dberror = $ogDB->errorString(); if(! function_exists("md5_file")) { |