Project

General

Profile

« Previous | Next » 

Revision 42

Added by stefan about 19 years ago

Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.

View differences:

intro.php
43 43
$template->set_file('page', 'intro.html');
44 44
$template->set_block('page', 'main_block', 'main');
45 45
$template->set_var(array(
46
								'CONTENT' => $admin->strip_slashes($content),
46
								'CONTENT' => $admin->strip_slashes_dummy($content),
47 47
								'WB_URL' => WB_URL,
48 48
								'ADMIN_URL' => ADMIN_URL,
49 49
								'TEXT_SAVE' => $TEXT['SAVE'],

Also available in: Unified diff