another change by loic so there will be no errormessages when there are no columns in a table
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user