another change by loic so there will be no errormessages when there are no columns in a table

This commit is contained in:
Mike Beck
2002-07-24 12:45:04 +00:00
parent 390060a4e8
commit 24ff8724e9

View File

@@ -157,7 +157,9 @@ while ($i < $tbl_result_cnt) {
$j++;
} // end while
} // end if
mysql_free_result($fld_results);
if ($fld_results) {
mysql_free_result($fld_results);
}
$i++;
} // end if