Fix: Variable non initialise

This commit is contained in:
Laurent Destailleur 2005-07-09 14:00:52 +00:00
parent eefa82570e
commit 8bf4328f77

View File

@ -217,6 +217,7 @@ if ( $db->query($sql) )
print "<tr class=\"liste_titre\">";
print "<td colspan=\"2\">".$langs->trans("Bookmarks")."</td>";
print "</tr>\n";
$var=true;
while ($i < $num)
{