[Slashdotjp-dev 1504] [1035] Fix poll discussion kind definition

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 23日 (月) 19:15:41 JST


Revision: 1035
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1035
Author:   tach
Date:     2009-02-23 19:15:41 +0900 (Mon, 23 Feb 2009)

Log Message:
-----------
Fix poll discussion kind definition

Modified Paths:
--------------
    slashjp/trunk/debian/changelog
    slashjp/trunk/plugins/PollBooth/pollBooth.pl


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2009-02-23 09:57:59 UTC (rev 1034)
+++ slashjp/trunk/debian/changelog	2009-02-23 10:15:41 UTC (rev 1035)
@@ -21,8 +21,9 @@
     discussions
   * Fix poll URL in discussions table
   * Add fix-discussion-url command to fix url column in discussions table
+  * Fix poll discussion kind definition
 
- -- Taku YASUI <tach****@osdn*****>  Mon, 23 Feb 2009 09:57:40 +0000
+ -- Taku YASUI <tach****@osdn*****>  Mon, 23 Feb 2009 10:14:46 +0000
 
 slash (2.5.0.233-4) unstable; urgency=low
 

Modified: slashjp/trunk/plugins/PollBooth/pollBooth.pl
===================================================================
--- slashjp/trunk/plugins/PollBooth/pollBooth.pl	2009-02-23 09:57:59 UTC (rev 1034)
+++ slashjp/trunk/plugins/PollBooth/pollBooth.pl	2009-02-23 10:15:41 UTC (rev 1035)
@@ -407,7 +407,7 @@
 			);
 		} elsif (!$poll->{discussion}) {
 			$discussion = $slashdb->createDiscussion({
-				kind		=> 'pollbooth',
+				kind		=> 'poll',
 				title		=> $form->{question},
 				topic		=> $form->{topic},
 				approved	=> 1, # Story discussions are always approved -Brian



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