Pendant que j'y suis hein

This commit is contained in:
Alan Garcia 2011-03-06 22:37:34 +00:00
parent 73d9d06ace
commit 9918bcd663
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ else
?>
<h3><?php printf(_("Email addresses of the domain %s"),$domain); ?> : </h3>
<?php
if ($error) {
if (isset($error) && $error) {
echo "<p class=\"error\">$error</p>";
}
?>

View File

@ -39,7 +39,7 @@ if (!$r=$mysql->get_dblist()) {
<hr id="topbar"/>
<br />
<?php
if ($error) {
if (isset($error) && $error) {
echo "<p class=\"error\">$error</p><p>&nbsp;</p>";
}