mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-22 00:50:59 +00:00
comment out offending line (webpage giving a parse error)
This commit is contained in:
parent
214ddf0dc3
commit
414c0ec700
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@
|
|||
} else {
|
||||
return 0;
|
||||
}
|
||||
return array (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news));
|
||||
//return list (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news));
|
||||
return 0;
|
||||
}
|
||||
|
||||
function latestNews ($length)
|
||||
|
|
Loading…
Reference in a new issue