From 68d443831daf3313b99881f50a01c7dce44232be Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 18 Oct 2000 07:45:39 +0000 Subject: * fixed a small bug --- includes/backend.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/backend.inc') diff --git a/includes/backend.inc b/includes/backend.inc index 5e2093aec..bbc4ece0b 100644 --- a/includes/backend.inc +++ b/includes/backend.inc @@ -104,7 +104,7 @@ class backend { $title = ereg_replace(".*", "", $title); ### Clean headlines: - $title = stripslashes(fixquotes($title)); + $title = stripslashes(check_input($title)); ### Count the number of stories: $number += 1; -- cgit v1.2.3