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
mahara
mahara
Commits
68efd05a
Commit
68efd05a
authored
Jan 24, 2007
by
Richard Mansfield
Browse files
Send fromemail not fromaddress in contact us activity
parent
82f287b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/contact.php
View file @
68efd05a
...
...
@@ -93,7 +93,7 @@ $contactform = pieform(array(
function
contactus_submit
(
Pieform
$form
,
$values
)
{
$data
=
new
StdClass
;
$data
->
fromname
=
$values
[
'name'
];
$data
->
from
address
=
$values
[
'email'
];
$data
->
from
email
=
$values
[
'email'
];
$data
->
subject
=
$values
[
'subject'
];
$data
->
message
=
$values
[
'message'
];
if
(
$values
[
'userid'
])
{
...
...
Write
Preview
Supports
Markdown
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