GAHHH!!!!

This commit is contained in:
Dan Olson 2000-06-16 20:02:51 +00:00
parent d5135cb54c
commit 96ebaa59ad

View file

@ -11,7 +11,7 @@
if ($numRows) {
for ($i = 0 ; $i < $numRows ; $i++) {
list ($p_date, $p_user, $p_plan) = mysql_fetch_row ($result);
if ($p_plan != "None")
// if ($p_plan != "None")
newsItem (dateFromSQLDateTime ($p_date), ucfirst($p_user), StripSlashes($p_plan));
}
} else {