Fixed loading.... issue when no data returned

This commit is contained in:
laf
2015-04-12 11:47:21 +01:00
parent d2bb7d7137
commit 71f5f22387
9 changed files with 25 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ if (isset($_POST['sort']) && is_array($_POST['sort'])) {
}
$searchPhrase = mres($_POST['searchPhrase']);
$id = mres($_POST['id']);
$response = array();
if (isset($id)) {
if (file_exists("includes/table/$id.inc.php")) {