in non-exit situation, the error message coming from MySQL was not displayed

This commit is contained in:
Marc Delisle
2009-09-15 16:44:12 +00:00
parent 8d9f78ce7d
commit 0cc40a874e

View File

@@ -660,6 +660,8 @@ function PMA_mysqlDie($error_message = '', $the_query = '',
*/
require_once './libraries/footer.inc.php';
} else {
echo $error_msg_output;
}
} // end of the 'PMA_mysqlDie()' function