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

@@ -205,6 +205,7 @@ if ($server > 0
break;
}
}
mysql_free_result($tables);
}
// The user is allowed to create a db
if ($create) {