Revision 116
Added by stefan about 20 years ago
| modify.php | ||
|---|---|---|
| 29 | 29 |
$query = "SELECT content FROM ".TABLE_PREFIX."mod_wysiwyg WHERE section_id = '$section_id'"; |
| 30 | 30 |
$get_content = $database->query($query); |
| 31 | 31 |
$content = $get_content->fetchRow(); |
| 32 |
$content = $admin->strip_slashes_dummy(htmlspecialchars($content['content']));
|
|
| 32 |
$content = (htmlspecialchars($content['content'])); |
|
| 33 | 33 |
|
| 34 | 34 |
if(!isset($wysiwyg_editor_loaded)) {
|
| 35 | 35 |
$wysiwyg_editor_loaded=true; |
Also available in: Unified diff
Removed strip_slashes_dummy.