Comments
This commit is contained in:
parent
c273f9f698
commit
957270783e
@ -182,7 +182,9 @@ if (! $error)
|
|||||||
{
|
{
|
||||||
print '<div class="error">'.$db->error.'</div>';
|
print '<div class="error">'.$db->error.'</div>';
|
||||||
if (! $db->connected) print $langs->trans("BecauseConnectionFailedParametersMayBeWrong").'<br><br>';
|
if (! $db->connected) print $langs->trans("BecauseConnectionFailedParametersMayBeWrong").'<br><br>';
|
||||||
|
//print '<a href="#" onClick="javascript: history.back();">';
|
||||||
print $langs->trans("ErrorGoBackAndCorrectParameters");
|
print $langs->trans("ErrorGoBackAndCorrectParameters");
|
||||||
|
//print '</a>';
|
||||||
$error++;
|
$error++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user