Project

General

Profile

« Previous | Next » 

Revision 116

Added by stefan over 18 years ago

Removed strip_slashes_dummy.

View differences:

modify.php
32 32
$query = "SELECT content FROM ".TABLE_PREFIX."mod_code WHERE section_id = '$section_id'";
33 33
$get_content = $database->query($query);
34 34
$content = $get_content->fetchRow();
35
$content = $admin->strip_slashes_dummy(htmlspecialchars($content['content']));
35
$content = (htmlspecialchars($content['content']));
36 36

  
37 37
// Insert vars
38 38
$template->set_var(array(

Also available in: Unified diff