* fixed a small bug

3-00
Dries Buytaert 2000-10-18 07:45:39 +00:00
parent 2d638e99b5
commit 68d443831d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class backend {
$title = ereg_replace("</title>.*", "", $title);
### Clean headlines:
$title = stripslashes(fixquotes($title));
$title = stripslashes(check_input($title));
### Count the number of stories:
$number += 1;