diff --git a/tableeditor.class.php b/tableeditor.class.php index 2a11422..890671b 100644 --- a/tableeditor.class.php +++ b/tableeditor.class.php @@ -1017,6 +1017,11 @@ class TableEditor // print("query[$query]"); $q=mysql_query($query); + if($q == false) { + echo "Sorry, MYSQL query failed:
$query