Skip to content

Commit

Permalink
Unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
maurymmarques authored and markstory committed Jun 23, 2011
1 parent f641da8 commit de893b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cake/libs/sanitize.php
Expand Up @@ -261,8 +261,6 @@ function clean($data, $options = array()) {
$data = str_replace("\r", "", $data);
}

$data = str_replace("'", "'", str_replace("!", "!", $data));

if ($options['unicode']) {
$data = preg_replace("/&#([0-9]+);/s", "&#\\1;", $data);
}
Expand Down

0 comments on commit de893b1

Please sign in to comment.