mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
revert previous changes for the greater good
This commit is contained in:
parent
0152b08d0f
commit
214ddf0dc3
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
} else {
|
||||
return 0;
|
||||
}
|
||||
return list (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news));
|
||||
return array (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news));
|
||||
}
|
||||
|
||||
function latestNews ($length)
|
||||
|
|
Loading…
Reference in a new issue