svnno****@sourc*****
svnno****@sourc*****
2008年 4月 24日 (木) 19:44:53 JST
Revision: 606 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=606 Author: tach Date: 2008-04-24 19:44:53 +0900 (Thu, 24 Apr 2008) Log Message: ----------- fix variable name Modified Paths: -------------- slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm -------------- 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-04-24 09:37:40 UTC (rev 605) +++ slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm 2008-04-24 10:44:53 UTC (rev 606) @@ -7845,7 +7845,7 @@ # will be updated later by journal_fix.pl if ($story->{journal_id}) { delete @{$dis_data}{qw(ts)}; - delete @{$discussion}{qw(title url)} unless ($constants->{update_journal_story_discussion_to_story}); + delete @{$dis_data}{qw(title url)} unless ($constants->{update_journal_story_discussion_to_story}); } if (!$error) {