From: <go...@us...> - 2002-10-11 06:14:53
|
Update of /cvsroot/xoops/xoops-current/html/class In directory usw-pr-cvs1:/tmp/cvs-serv5992/html/class Modified Files: postgresql.php xoopscomments.php Log Message: Index: postgresql.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/postgresql.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** postgresql.php 11 Oct 2002 02:50:44 -0000 1.2 --- postgresql.php 11 Oct 2002 06:14:20 -0000 1.3 *************** *** 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; Index: xoopscomments.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/xoopscomments.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xoopscomments.php 26 Sep 2002 17:33:28 -0000 1.2 --- xoopscomments.php 11 Oct 2002 06:14:20 -0000 1.3 *************** *** 304,308 **** function showTreeHead($width="100%"){ ! echo "<table border='0' cellpadding='0' cellspacing='0' align='center' valign='top' width='$width'><tr><td class='bg2'><table border='0' cellpadding='4' cellspacing='1' width='100%'><tr class='bg3' align='center'><td colspan='3'>". _REPLIES ."</td></tr><tr class='bg3' align='left'><td width='60%' class='fg2'>". _SUBJECT ."</td><td width='20%' class='fg2'>". _POSTER ."</td><td class='fg2'>". _DATE ."</td></tr>"; } --- 304,308 ---- function showTreeHead($width="100%"){ ! echo "<table border='0' cellpadding='0' cellspacing='0' align='center' width='$width'><tr><td class='bg2'><table border='0' cellpadding='4' cellspacing='1' width='100%'><tr class='bg3' align='center'><td colspan='3'>". _REPLIES ."</td></tr><tr class='bg3' align='left'><td width='60%' class='fg2'>". _SUBJECT ."</td><td width='20%' class='fg2'>". _POSTER ."</td><td class='fg2'>". _DATE ."</td></tr>"; } |