Alexander Nicolaysen Sørnes : comment: Don't allow anonymous submissions

Chris Morgan cmorgan at winehq.org
Tue Oct 23 18:31:16 CDT 2007


Module: appdb
Branch: master
Commit: 3a25c6433385f6035a69ad8537fc3f79e170f47e
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=3a25c6433385f6035a69ad8537fc3f79e170f47e

Author: Alexander Nicolaysen Sørnes <alex at 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)




More information about the wine-cvs mailing list