mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 09:21:29 +00:00
fix my function and hopefully the webpage as well
This commit is contained in:
parent
9364377f5d
commit
0152b08d0f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue