Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iena-competency-block
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
iena
iena-competency-block
Commits
7b748e6e
Commit
7b748e6e
authored
Jul 17, 2019
by
Thomas Fradet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mail from typo
parent
68ca08bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
competency_iena_competency_mgmt.php
competency_iena_competency_mgmt.php
+2
-2
No files found.
competency_iena_competency_mgmt.php
View file @
7b748e6e
...
...
@@ -103,8 +103,8 @@ try {
$message
.=
$_POST
[
'textarea_message'
][
'text'
];
$message
.=
'<br /> De la part de : '
.
$USER
->
firstname
.
" "
.
$USER
->
lastname
.
" ( "
.
$USER
->
username
.
" / ID = "
.
$USER
->
id
.
" ) "
;
$headers
=
'From: '
.
$USER
->
mail
.
''
.
"
\r\n
"
.
'Reply-To: '
.
$
CFG
->
mail_iena
.
''
.
"
\r\n
"
.
$headers
=
'From: '
.
$USER
->
e
mail
.
''
.
"
\r\n
"
.
'Reply-To: '
.
$
USER
->
email
.
''
.
"
\r\n
"
.
'X-Mailer: PHP/'
.
phpversion
();
$headers
.=
"MIME-Version: 1.0
\r\n
"
;
$headers
.=
"Content-Type: text/html; charset=UTF-8
\r\n
"
;
...
...
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