Revision 1101
Added by aldus over 16 years ago
| class.wb.php | ||
|---|---|---|
| 299 | 299 |
$success_template->set_var('BACK', $TEXT['BACK']);
|
| 300 | 300 |
$success_template->parse('main', 'main_block', false);
|
| 301 | 301 |
$success_template->pparse('output', 'page');
|
| 302 |
if($auto_footer == true) {
|
|
| 303 |
$this->print_footer(); |
|
| 302 |
if ( $auto_footer == true ) {
|
|
| 303 |
if ( method_exists($this, "print_footer") ) {
|
|
| 304 |
$this->print_footer(); |
|
| 305 |
exit(); |
|
| 306 |
} |
|
| 304 | 307 |
} |
| 305 |
exit(); |
|
| 306 | 308 |
} |
| 307 | 309 |
|
| 308 | 310 |
// Validate send email |
Also available in: Unified diff
Changes inside class.wb.php to get rid of the the print->footer() problematic in the frontend.
changtes inside the adminsettings to alowed the user to use a "<" char inside his SMTP-Password.(thanks to FrankH)
Add last changes to the changelog - missing by mistake.