summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/functions.php b/include/functions.php
index 263d9d8fe..632e2e02e 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3626,13 +3626,6 @@
}
} // function encrypt_password
- function sanitize_article_content($text) {
- # we don't support CDATA sections in articles, they break our own escaping
- $text = preg_replace("/\[\[CDATA/", "", $text);
- $text = preg_replace("/\]\]\>/", "", $text);
- return db_escape_string($text, false);
- }
-
function load_filters($link, $feed_id, $owner_uid, $action_id = false) {
$filters = array();