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++;
|
$j++;
|
||||||
} // end while
|
} // end while
|
||||||
} // end if
|
} // end if
|
||||||
mysql_free_result($fld_results);
|
if ($fld_results) {
|
||||||
|
mysql_free_result($fld_results);
|
||||||
|
}
|
||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
} // end if
|
} // end if
|
||||||
|
Reference in New Issue
Block a user