fix my function and hopefully the webpage as well

This commit is contained in:
Dan Olson 2000-07-08 18:30:36 +00:00
parent 9364377f5d
commit 0152b08d0f

View file

@ -153,7 +153,7 @@
} else {
return 0;
}
return array (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news));
return list (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news));
}
function latestNews ($length)