mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +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 {
|
} else {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
//return list (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news));
|
return (list (dateFromSQLDateTime ($n_date), $n_user, StripSlashes($n_news)));
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function latestNews ($length)
|
function latestNews ($length)
|
||||||
|
|
Loading…
Reference in a new issue