Project

General

Profile

« Previous | Next » 

Revision 552

Added by thorn over 16 years ago

added new module-based search-function and publish-by-date code

View differences:

settings2.php
44 44
$page_title = my_htmlspecialchars($page_title);
45 45
$menu_title = $admin->get_post_escaped('menu_title');
46 46
$menu_title = my_htmlspecialchars($menu_title);
47
$description = $admin->add_slashes($admin->get_post('description'));
48
$keywords = $admin->add_slashes($admin->get_post('keywords'));
47
$description = my_htmlspecialchars($admin->add_slashes($admin->get_post('description')));
48
$keywords = my_htmlspecialchars($admin->add_slashes($admin->get_post('keywords')));
49 49
$parent = $admin->get_post('parent');
50 50
$visibility = $admin->get_post('visibility');
51 51
$template = $admin->get_post('template');

Also available in: Unified diff