[Slashdotjp-dev 844] [361] Remove unwanted code at plugins/Admin/admin.pl

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2007年 12月 25日 (火) 16:49:08 JST


Revision: 361
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=361
Author:   tach
Date:     2007-12-25 16:49:08 +0900 (Tue, 25 Dec 2007)

Log Message:
-----------
Remove unwanted code at plugins/Admin/admin.pl

Modified Paths:
--------------
    slashjp/trunk/debian/changelog
    slashjp/trunk/plugins/Admin/admin.pl


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2007-12-25 00:04:23 UTC (rev 360)
+++ slashjp/trunk/debian/changelog	2007-12-25 07:49:08 UTC (rev 361)
@@ -1,3 +1,9 @@
+slash (2.5.0.188-2) unstable; urgency=low
+
+  * Remove unwanted code at plugins/Admin/admin.pl
+
+ -- Taku YASUI <tach****@osdn*****>  Tue, 25 Dec 2007 16:48:20 +0900
+
 slash (2.5.0.188-1) unstable; urgency=low
 
   * New upstream CVS release

Modified: slashjp/trunk/plugins/Admin/admin.pl
===================================================================
--- slashjp/trunk/plugins/Admin/admin.pl	2007-12-25 00:04:23 UTC (rev 360)
+++ slashjp/trunk/plugins/Admin/admin.pl	2007-12-25 07:49:08 UTC (rev 361)
@@ -2066,12 +2066,12 @@
 	$data->{neverdisplay} = $form->{display} ? '' : 1;
 
 #print STDERR "admin.pl before updateStory data: " . Dumper($data);
-	if ($data->{neverdisplay}) {
-		print STDERR "Setting sid: $form->{sid} to neverdisplay\n";
-		use Data::Dumper;
-		print STDERR Dumper($form);
-		print STDERR Dumper($data);
-	}
+#	if ($data->{neverdisplay}) {
+#		print STDERR "Setting sid: $form->{sid} to neverdisplay\n";
+#		use Data::Dumper;
+#		print STDERR Dumper($form);
+#		print STDERR Dumper($data);
+#	}
 	if (!$slashdb->updateStory($form->{sid}, $data)) {
 		titlebar('100%', getTitle('story_update_failed'));
 		editStory(@_);


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る