Meilleur message d'erreur
This commit is contained in:
parent
ff367c5adb
commit
52072ba43a
@ -182,8 +182,8 @@ if (isset($_GET["action"]) && $_GET["action"] == "upgrade")
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<tr><td>'.$langs->trans("Request").' '.$i.'</td>';
|
print '<tr><td valign="top">'.$langs->trans("Request").' '.$i.'</td>';
|
||||||
print '<td>'.$langs->trans("Error")." ".$db->errno()." ".$db->error()."<br>".$sql."</td>";
|
print '<td valign="top">'.$langs->trans("Error")." ".$db->errno()." ".$sql."<br>".$db->error()."</td>";
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
$error++;
|
$error++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user