Fix: Utilisation d'une variable avec mauvais nom

This commit is contained in:
Laurent Destailleur 2005-04-01 23:09:53 +00:00
parent 15a7f776d8
commit d5376528fe

View File

@ -95,7 +95,7 @@ if ($resql)
print '<tr><td>'.$row[1].'</td><td align="center">'.$row[0].'</td></tr>';
$i++;
}
$db->free($result);
$db->free($resql);
}
print "</table>\n";