From: <go...@us...> - 2002-10-11 02:50:29
|
Update of /cvsroot/xoops/xoops-current/html/class In directory usw-pr-cvs1:/tmp/cvs-serv23588/html/class Modified Files: module.errorhandler.php Log Message: Index: module.errorhandler.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/module.errorhandler.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** module.errorhandler.php 15 Jul 2002 08:13:09 -0000 1.1.1.1 --- module.errorhandler.php 11 Oct 2002 02:50:26 -0000 1.2 *************** *** 39,43 **** "0011" => "Could not lock the selected topic. Please go back and try again.", "0012" => "Could not unlock the selected topic. Please go back and try again.", ! "0013" => "Could not query the database. <BR>Error: ".mysql_error()."", "0014" => "No such user or post in the database.", "0015" => "Search Engine was unable to query the forums database.", --- 39,43 ---- "0011" => "Could not lock the selected topic. Please go back and try again.", "0012" => "Could not unlock the selected topic. Please go back and try again.", ! "0013" => "Could not query the database. <br />Error: ".mysql_error()."", "0014" => "No such user or post in the database.", "0015" => "Search Engine was unable to query the forums database.", *************** *** 69,74 **** "1007" => "Please enter value for Zipcode.", "1008" => "Please enter value for Desctiprion.", ! "1009" => "Vote for the selected resource only once.<br>All votes are logged and reviewed.", ! "1010" => "You cannot vote on the resource you submitted.<br>All votes are logged and reviewed.", "1011" => "No rating selected - no vote tallied.", "1013" => "Please enter a search query.", --- 69,74 ---- "1007" => "Please enter value for Zipcode.", "1008" => "Please enter value for Desctiprion.", ! "1009" => "Vote for the selected resource only once.<br />All votes are logged and reviewed.", ! "1010" => "You cannot vote on the resource you submitted.<br />All votes are logged and reviewed.", "1011" => "No rating selected - no vote tallied.", "1013" => "Please enter a search query.", *************** *** 83,90 **** include(XOOPS_ROOT_PATH."/header.php"); OpenTable(); ! echo "<center><b>".$xoopsConfig['sitename']." Error</b><br><br>"; ! echo "Error Code: $e_code<br><br><br>"; ! echo "<b>ERROR:</b> $errmsg[$e_code]<br><br><br>"; ! echo "[ <a href='javascript:history.go(-".$pages.")'>Go Back</a> ]<br><br>"; CloseTable(); include(XOOPS_ROOT_PATH."/footer.php"); --- 83,90 ---- include(XOOPS_ROOT_PATH."/header.php"); OpenTable(); ! echo "<center><b>".$xoopsConfig['sitename']." Error</b><br /><br />"; ! echo "Error Code: $e_code<br /><br /><br />"; ! echo "<b>ERROR:</b> $errmsg[$e_code]<br /><br /><br />"; ! echo "[ <a href='javascript:history.go(-".$pages.")'>Go Back</a> ]<br /><br />"; CloseTable(); include(XOOPS_ROOT_PATH."/footer.php"); |