[Slashdotjp-dev 770] [283] minor fix at plugins/Tags/Tags.pm: maybe typo

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 12月 12日 (水) 21:09:59 JST


Revision: 283
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=283
Author:   tach
Date:     2007-12-12 21:09:59 +0900 (Wed, 12 Dec 2007)

Log Message:
-----------
minor fix at plugins/Tags/Tags.pm: maybe typo

Modified Paths:
--------------
    slashjp/trunk/plugins/Tags/Tags.pm


-------------- next part --------------
Modified: slashjp/trunk/plugins/Tags/Tags.pm
===================================================================
--- slashjp/trunk/plugins/Tags/Tags.pm	2007-12-12 11:55:58 UTC (rev 282)
+++ slashjp/trunk/plugins/Tags/Tags.pm	2007-12-12 12:09:59 UTC (rev 283)
@@ -1509,7 +1509,7 @@
 }
 
 sub listTagnamesAll {
-	my($self, $clout_type, $$options) = @_;
+	my($self, $clout_type, $options) = @_;
 	my $tagname_ar;
 	if ($options->{really_all}) {
 		$tagname_ar = $self->sqlSelectColArrayref('tagname', 'tagnames',


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