Module: appdb Branch: master Commit: 3a25c6433385f6035a69ad8537fc3f79e170f47e URL: http://source.winehq.org/git/appdb.git/?a=commit;h=3a25c6433385f6035a69ad853...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Wed Oct 24 00:33:52 2007 +0200
comment: Don't allow anonymous submissions
---
include/comment.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/comment.php b/include/comment.php index 8a5d1ba..8274ef1 100644 --- a/include/comment.php +++ b/include/comment.php @@ -556,7 +556,7 @@ class Comment {
function allowAnonymousSubmissions() { - return TRUE; + return FALSE; }
function objectGetCustomVars($sAction)