Revision 489
Added by Matthias over 18 years ago
| add.php | ||
|---|---|---|
| 32 | 32 |
require_once(WB_PATH.'/framework/functions.php'); |
| 33 | 33 |
|
| 34 | 34 |
// Get values |
| 35 |
$title = $admin->add_slashes($admin->get_post_escaped('title'));
|
|
| 35 |
$title = $admin->get_post_escaped('title');
|
|
| 36 | 36 |
$title = my_htmlspecialchars($title); |
| 37 | 37 |
$module = $admin->get_post('type');
|
| 38 | 38 |
$parent = $admin->get_post('parent');
|
Also available in: Unified diff
Added changeset [488] to branches