Pendant que j'y suis hein
This commit is contained in:
parent
73d9d06ace
commit
9918bcd663
|
@ -66,7 +66,7 @@ else
|
||||||
?>
|
?>
|
||||||
<h3><?php printf(_("Email addresses of the domain %s"),$domain); ?> : </h3>
|
<h3><?php printf(_("Email addresses of the domain %s"),$domain); ?> : </h3>
|
||||||
<?php
|
<?php
|
||||||
if ($error) {
|
if (isset($error) && $error) {
|
||||||
echo "<p class=\"error\">$error</p>";
|
echo "<p class=\"error\">$error</p>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -39,7 +39,7 @@ if (!$r=$mysql->get_dblist()) {
|
||||||
<hr id="topbar"/>
|
<hr id="topbar"/>
|
||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
if ($error) {
|
if (isset($error) && $error) {
|
||||||
echo "<p class=\"error\">$error</p><p> </p>";
|
echo "<p class=\"error\">$error</p><p> </p>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue