Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv9892/phpslash-ft/class
Modified Files:
slashDB.class
Log Message:
corrected slasDB debug variable
Index: slashDB.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/slashDB.class,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slashDB.class 25 Mar 2002 16:45:52 -0000 1.3
--- slashDB.class 18 May 2002 15:29:10 -0000 1.4
***************
*** 46,50 ****
function halt($msg) {
! if($_PSL['debug']) {
printf("</td></table></CENTER><b>Database error:</b><PRE>%s</PRE><br>\n", $msg);
printf("<b>MySQL Error</b>: %s (%s)<br>\n", $this->Errno, $this->Error);
--- 46,50 ----
function halt($msg) {
! if($this->psl['debug']) {
printf("</td></table></CENTER><b>Database error:</b><PRE>%s</PRE><br>\n", $msg);
printf("<b>MySQL Error</b>: %s (%s)<br>\n", $this->Errno, $this->Error);
|