svnno****@sourc*****
svnno****@sourc*****
2009年 2月 27日 (金) 15:34:59 JST
Revision: 1045 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1045 Author: tach Date: 2009-02-27 15:34:59 +0900 (Fri, 27 Feb 2009) Log Message: ----------- setCurrentForm('ssi', 1) when creating slashfoot.inc Modified Paths: -------------- slashjp/trunk/debian/changelog slashjp/trunk/themes/slashcode/tasks/new_headfoot.pl -------------- next part -------------- Modified: slashjp/trunk/debian/changelog =================================================================== --- slashjp/trunk/debian/changelog 2009-02-26 11:24:31 UTC (rev 1044) +++ slashjp/trunk/debian/changelog 2009-02-27 06:34:59 UTC (rev 1045) @@ -28,8 +28,9 @@ messages for "journal-story" comments * Fix: userInfo comment link from "journal" to "story" when kinds are "journal-story" + * setCurrentForm('ssi', 1) when creating "slashfoot.inc" - -- Taku YASUI <tach****@osdn*****> Thu, 26 Feb 2009 11:23:07 +0000 + -- Taku YASUI <tach****@osdn*****> Fri, 27 Feb 2009 06:34:17 +0000 slash (2.5.0.233-4) unstable; urgency=low Modified: slashjp/trunk/themes/slashcode/tasks/new_headfoot.pl =================================================================== --- slashjp/trunk/themes/slashcode/tasks/new_headfoot.pl 2009-02-26 11:24:31 UTC (rev 1044) +++ slashjp/trunk/themes/slashcode/tasks/new_headfoot.pl 2009-02-27 06:34:59 UTC (rev 1045) @@ -104,7 +104,7 @@ close $fh; } - setCurrentForm('ssi', 0); + setCurrentForm('ssi', 1); my $foot_pages = $slashdb->getHeadFootPages($skinname, 'footer'); foreach (@$foot_pages) {