Fix: Suppression d'une libration de resource non initialise

This commit is contained in:
Laurent Destailleur 2005-03-28 12:11:11 +00:00
parent 859074c568
commit d9fe1b80c7

View File

@ -93,7 +93,6 @@ while (list($key, $value) = each ($rows))
}
print '</table>';
$db->free();
$db->close();