Revision 36
Added by stefan about 19 years ago
admin.php | ||
---|---|---|
126 | 126 |
$template->set_block('page', 'main_block', 'main'); |
127 | 127 |
$template->set_var(array( |
128 | 128 |
'PAGE_ID' => $results_array['page_id'], |
129 |
'PAGE_TITLE' => stripslashes($results_array['page_title']), |
|
129 |
'PAGE_TITLE' => $admin->stripslashes($results_array['page_title']),
|
|
130 | 130 |
'MODIFIED_BY' => $user['display_name'], |
131 | 131 |
'MODIFIED_BY_USERNAME' => $user['username'], |
132 | 132 |
'MODIFIED_WHEN' => $modified_ts, |
Also available in: Unified diff
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.