also part of bug 285536. Don't need this debug code. Not part of build.

This commit is contained in:
robert%accettura.com 2005-03-12 04:25:36 +00:00
Родитель 17c77b2abb
Коммит c8b4f09221
1 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -88,16 +88,4 @@ $problemTypes['Compatibility']['3_4'] = 'Doesn\'t Load';
$problemTypes['Compatibility']['3_5'] = 'Mozilla Blocked / ("Netscape Not Supported")';
$problemTypes['Compatibility']['3_6'] = 'Appears Wrong';
// DB Debug code
function handleErrors($error) {
echo "<hr />";
echo "An error occurred while trying to run your query.<br>\n";
echo "Error message: " . $error->getMessage() . "<br>\n";
echo "A more detailed error description: " . $error->getDebugInfo() . "<br>\n";
echo "<hr />";
exit;
}
?>