Revision 116
Added by stefan about 19 years ago
modify.php | ||
---|---|---|
81 | 81 |
$template->set_block('page', 'main_block', 'main'); |
82 | 82 |
$template->set_var(array( |
83 | 83 |
'PAGE_ID' => $results_array['page_id'], |
84 |
'PAGE_TITLE' => $admin->strip_slashes_dummy($results_array['page_title']),
|
|
84 |
'PAGE_TITLE' => ($results_array['page_title']), |
|
85 | 85 |
'MODIFIED_BY' => $user['display_name'], |
86 | 86 |
'MODIFIED_BY_USERNAME' => $user['username'], |
87 | 87 |
'MODIFIED_WHEN' => $modified_ts, |
Also available in: Unified diff
Removed strip_slashes_dummy.