Revision 307
Added by stefan almost 19 years ago
view.php | ||
---|---|---|
318 | 318 |
// Now send the email |
319 | 319 |
if($email_to != '') { |
320 | 320 |
if($email_from != '') { |
321 |
if($wb->wb_mail($email_from,$email_to,$email_subject,$email_body)) { $success = true; }
|
|
321 |
if($wb->mail($email_from,$email_to,$email_subject,$email_body)) { $success = true; } |
|
322 | 322 |
} |
323 | 323 |
} |
324 | 324 |
// Write submission to database |
... | ... | |
360 | 360 |
|
361 | 361 |
} |
362 | 362 |
|
363 |
?> |
|
363 |
?> |
Also available in: Unified diff
Solved ticket #127, commas are now stored as htmlentity in database. Also changed wb_mail to mail in form/view.php.