Displaying error fixed
This commit is contained in:
parent
331b8828f7
commit
58f5203f87
|
@ -53,7 +53,7 @@ if(!$list || empty($list['dir'])){
|
|||
<?php
|
||||
|
||||
$col=1;
|
||||
//listing of every mail of the current domain.
|
||||
//listing of every logs of the current user.
|
||||
echo "<pre>";
|
||||
while (list($key,$val)=each($list)){
|
||||
$col=3-$col;
|
||||
|
|
|
@ -48,7 +48,7 @@ if ($confirm=="y" ) {
|
|||
if (!$r) {
|
||||
$error.=$err->errstr()."<br />";
|
||||
} else {
|
||||
$error.=sprintf(_("The database %s has been successfully deleted"),$mem->user["login"].(($val)?"_":"").$val)."<br />";
|
||||
$error.=sprintf(_("The database %s has been successfully deleted"),$val)."<br />";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue