Update index.php

This commit is contained in:
Laurent Destailleur 2020-09-09 19:38:48 +02:00 committed by GitHub
parent d6206b49df
commit 069242e7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,10 +204,10 @@ if ($resql)
print '</tr>';
$i++;
}
print "</table></div><br>";
} else {
print '<tr><td>'.$langs->trans("None").'</td><td></td><td></td><td></td></tr>';
}
print "</table></div><br>";
$db->free($resql);
} else dol_print_error($db);