[Slashdotjp-dev 1330] [861] Add article count number to articles in index.pl (cont.)

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 12月 2日 (火) 19:28:33 JST


Revision: 861
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=861
Author:   tach
Date:     2008-12-02 19:28:33 +0900 (Tue, 02 Dec 2008)

Log Message:
-----------
Add article count number to articles in index.pl (cont.)

Modified Paths:
--------------
    slashjp/trunk/themes/slashcode/htdocs/index.pl


-------------- next part --------------
Modified: slashjp/trunk/themes/slashcode/htdocs/index.pl
===================================================================
--- slashjp/trunk/themes/slashcode/htdocs/index.pl	2008-12-02 10:18:20 UTC (rev 860)
+++ slashjp/trunk/themes/slashcode/htdocs/index.pl	2008-12-02 10:28:33 UTC (rev 861)
@@ -744,6 +744,7 @@
 			$tmpreturn .= slashDisplay('storylink', {
 				links	=> \@links,
 				sid	=> $story->{sid},
+				num	=> $num_s,
 			}, { Return => 1 });
 
 		}


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