Project

General

Profile

« Previous | Next » 

Revision 40

Added by stefan about 19 years ago

Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes

View differences:

class.admin.php
93 93
													'SECTION_NAME' => $MENU[strtoupper($this->section_name)],
94 94
													'INTERFACE_DIR' => ADMIN_URL.'/interface',
95 95
													'BODY_TAGS' => $body_tags,
96
													'WEBSITE_TITLE' => $this->stripslashes($title['value']),
96
													'WEBSITE_TITLE' => $this->strip_slashes($title['value']),
97 97
													'TEXT_ADMINISTRATION' => $TEXT['ADMINISTRATION'],
98 98
													'VERSION' => VERSION
99 99
													)

Also available in: Unified diff