Displaying error fixed

This commit is contained in:
Axel ROGER 2013-01-02 14:38:15 +00:00
parent 331b8828f7
commit 58f5203f87
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 />";
}
}
}