Revision 116
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' => $admin->strip_slashes_dummy($results_array['page_title']),
|
|
129 |
'PAGE_TITLE' => ($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
Removed strip_slashes_dummy.