Skip to content
Snippets Groups Projects
Commit 52072ba4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Meilleur message d'erreur

parent ff367c5a
No related branches found
No related tags found
No related merge requests found
......@@ -182,8 +182,8 @@ if (isset($_GET["action"]) && $_GET["action"] == "upgrade")
}
else
{
print '<tr><td>'.$langs->trans("Request").' '.$i.'</td>';
print '<td>'.$langs->trans("Error")." ".$db->errno()." ".$db->error()."<br>".$sql."</td>";
print '<tr><td valign="top">'.$langs->trans("Request").' '.$i.'</td>';
print '<td valign="top">'.$langs->trans("Error")." ".$db->errno()." ".$sql."<br>".$db->error()."</td>";
print '</tr>';
$error++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment