From: <go...@us...> - 2002-10-11 02:50:46
|
Update of /cvsroot/xoops/xoops-current/html/class In directory usw-pr-cvs1:/tmp/cvs-serv23633/html/class Modified Files: postgresql.php Log Message: Index: postgresql.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/postgresql.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** postgresql.php 15 Jul 2002 08:13:09 -0000 1.1.1.1 --- postgresql.php 11 Oct 2002 02:50:44 -0000 1.2 *************** *** 65,69 **** } else { if ($debug){ ! print( "<b>postgreSQL Query Error</b>: " . htmlentities( $sql ) . "<br><b> Error message:</b> ". $errorMsg ."<br>" ); } return false; --- 65,69 ---- } else { if ($debug){ ! print( "<b>postgreSQL Query Error</b>: " . htmlentities( $sql ) . "<br /><b> Error message:</b> ". $errorMsg ."<br>" ); } return false; |