mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
I have no clue where this parse error is coming from
This commit is contained in:
parent
414c0ec700
commit
7da6d4b191
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@
|
|||
} else {
|
||||
return 0;
|
||||
}
|
||||
//return list (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news));
|
||||
return 0;
|
||||
return (list (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news)));
|
||||
}
|
||||
|
||||
function latestNews ($length)
|
||||
|
|
Loading…
Reference in a new issue