Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
9918bcd6
Commit
9918bcd6
authored
Mar 06, 2011
by
Alan Garcia
Browse files
Pendant que j'y suis hein
parent
73d9d06a
Changes
2
Hide whitespace changes
Inline
Side-by-side
bureau/admin/mail_list.php
View file @
9918bcd6
...
...
@@ -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>"
;
}
?>
...
...
bureau/admin/sql_getparam.php
View file @
9918bcd6
...
...
@@ -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> </p>"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment