Revision 42
Added by stefan about 19 years ago
view.php | ||
---|---|---|
26 | 26 |
// Get content |
27 | 27 |
$get_content = $database->query("SELECT content FROM ".TABLE_PREFIX."mod_wysiwyg WHERE section_id = '$section_id'"); |
28 | 28 |
$fetch_content = $get_content->fetchRow(); |
29 |
$content = $this->strip_slashes($fetch_content['content']); |
|
29 |
$content = $this->strip_slashes_dummy($fetch_content['content']);
|
|
30 | 30 |
|
31 | 31 |
$this->preprocess($content); |
32 | 32 |
|
Also available in: Unified diff
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.