svnno****@sourc*****
svnno****@sourc*****
2008年 5月 16日 (金) 15:44:01 JST
Revision: 652 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=652 Author: tach Date: 2008-05-16 15:44:00 +0900 (Fri, 16 May 2008) Log Message: ----------- * Fix: Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/Slash/DB/MySQL.pm line 10184 Modified Paths: -------------- slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm slashjp/branches/2.5.0.192/debian/changelog -------------- next part -------------- Modified: slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm =================================================================== --- slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm 2008-05-16 06:39:12 UTC (rev 651) +++ slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm 2008-05-16 06:44:00 UTC (rev 652) @@ -10181,7 +10181,7 @@ my($self, $skid, $options) = @_; if (!$skid) { if ($ENV{GATEWAY_INTERFACE}) { - errorLog("cannot getSkin for empty skid='$skid'"); + errorLog("cannot getSkin for empty skid"); } $skid = getCurrentStatic('mainpage_skid'); } Modified: slashjp/branches/2.5.0.192/debian/changelog =================================================================== --- slashjp/branches/2.5.0.192/debian/changelog 2008-05-16 06:39:12 UTC (rev 651) +++ slashjp/branches/2.5.0.192/debian/changelog 2008-05-16 06:44:00 UTC (rev 652) @@ -11,8 +11,10 @@ * Fix: Use of uninitialized value in numeric ge (>=) at /var/lib/slash/site/slashdot.jp/htdocs/zoo.pl line 428. * Do not show footer when show foaf at plugins/Zoo/zoo.pl + * Fix: Use of uninitialized value in concatenation (.) or string at + /usr/lib/perl5/Slash/DB/MySQL.pm line 10184 - -- Taku YASUI <tach****@osdn*****> Fri, 16 May 2008 06:36:17 +0000 + -- Taku YASUI <tach****@osdn*****> Fri, 16 May 2008 06:43:17 +0000 slash (2.5.0.192-12) unstable; urgency=low