[Slashdotjp-dev 1350] [881] disable post using "postanon" by logged_in users

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 12月 15日 (月) 17:00:18 JST


Revision: 881
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=881
Author:   tach
Date:     2008-12-15 17:00:17 +0900 (Mon, 15 Dec 2008)

Log Message:
-----------
disable post using "postanon" by logged_in users

Modified Paths:
--------------
    slashjp/trunk/Slash/Utility/Comments/Comments.pm


-------------- next part --------------
Modified: slashjp/trunk/Slash/Utility/Comments/Comments.pm
===================================================================
--- slashjp/trunk/Slash/Utility/Comments/Comments.pm	2008-12-12 09:33:34 UTC (rev 880)
+++ slashjp/trunk/Slash/Utility/Comments/Comments.pm	2008-12-15 08:00:17 UTC (rev 881)
@@ -1454,9 +1454,11 @@
 	if ($comm->{postanon}
 		&& $reader->checkAllowAnonymousPosting
 		&& $user->{karma} > -1
-		&& ($discussion->{commentstatus} eq 'enabled'
-			||
-		    $discussion->{commentstatus} eq 'logged_in')) {
+# disable post using "postanon" by logged_in users (2008-12-15, tach****@slash*****)
+#		&& ($discussion->{commentstatus} eq 'enabled'
+#			||
+#		    $discussion->{commentstatus} eq 'logged_in')) {
+		&& $discussion->{commentstatus} eq 'enabled') {
 		$comm->{anon} = 1;
 	}
 


Slashdotjp-dev メーリングリストの案内
Back to archive index