optimized a bit (mainly added some 'mysql_free_result')

This commit is contained in:
Loïc Chapeaux
2001-09-06 18:34:41 +00:00
parent 1512bbcf26
commit f4f72557f3
6 changed files with 25 additions and 14 deletions

View File

@@ -61,6 +61,7 @@ else {
</table>
<?php
} // end if
mysql_free_result($tables);
/**