gaim/www

Forgot one.

2003-12-22, Christian Hammond
6b24e6a64f72
Parents 764582f4773f
Children fa16ba4a293f
Forgot one.
--- a/htdocs/rss.php Mon Dec 22 15:48:46 2003 -0500
+++ b/htdocs/rss.php Mon Dec 22 15:50:40 2003 -0500
@@ -10,6 +10,7 @@
$date = str_replace("st,", "", $date);
$date = str_replace("nd,", "", $date);
$date = str_replace("rd,", "", $date);
+ $date = str_replace("th,", "", $date);
$timestamp = strtotime($date);