mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
GAHHH!!!!
This commit is contained in:
parent
d5135cb54c
commit
96ebaa59ad
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue