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
genotoul-bioinfo
ng6
Commits
1bb87291
Commit
1bb87291
authored
Sep 10, 2012
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
f4bb60fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/class.tx_nG6_eid.php
View file @
1bb87291
...
...
@@ -518,7 +518,7 @@ class tx_nG6_eid {
$message
=
str_replace
(
"###USER_PASSWORD###"
,
$clearpassword
,
$message
);
$msg_table
=
explode
(
'\n'
,
$message
);
$message
=
implode
(
"
\n
"
,
$msg_table
);
mail
(
$email
,
$add_user_title
,
$message
,
$from_email
);
mail
(
$email
,
$add_user_title
,
$message
,
"From: <"
.
$from_email
.
">"
);
print
'2'
;
// user exists in DB
...
...
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