Skip to content
GitLab
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
7b684495
Commit
7b684495
authored
May 25, 2006
by
Benjamin Sonntag
Browse files
rollback of #694
parent
c5946600
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/class/m_mail.php
View file @
7b684495
...
...
@@ -105,7 +105,7 @@ class m_mail {
function
enum_doms_mails
(
$dom
,
$sort
=
0
,
$letter
=
""
)
{
global
$err
,
$cuid
,
$db
;
$err
->
log
(
"mail"
,
"enum_doms_mails"
,
$dom
);
$db
->
query
(
"SELECT mail,pop,alias FROM mail_domain WHERE mail LIKE '"
.
addslashes
(
$letter
)
.
"%"
.
addslashes
(
$dom
)
.
"' AND uid='
$cuid
' AND type=0;"
);
$db
->
query
(
"SELECT mail,pop,alias FROM mail_domain WHERE mail LIKE '"
.
addslashes
(
$letter
)
.
"%
@
"
.
addslashes
(
$dom
)
.
"' AND uid='
$cuid
' AND type=0;"
);
$res
=
array
();
$i
=
0
;
while
(
$db
->
next_record
())
{
if
(
$db
->
f
(
"pop"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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