fixes for loic

This commit is contained in:
Olivier Müller
2001-09-07 09:44:54 +00:00
parent 70e9482a35
commit 0b341387c2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -453,7 +453,7 @@ if ($index_count > 0) {
echo "\n"; echo "\n";
?> ?>
</table> </table>
<?php echo show_docu('manual_Performance.html#MySQL_indexes') . "\n"; ?> <?php echo show_docu('manual_MySQL_Optimization#MySQL_indexes') . "\n"; ?>
</td> </td>
<?php <?php
} }