[Slashdotjp-dev 516] CVS update: slashjp/plugins/Journal

Zurück zum Archiv-Index

Tatsuki SUGIURA sugi****@users*****
2006年 7月 12日 (水) 20:51:50 JST


Index: slashjp/plugins/Journal/journal_fix.pl
diff -u slashjp/plugins/Journal/journal_fix.pl:1.1.2.1 slashjp/plugins/Journal/journal_fix.pl:removed
--- slashjp/plugins/Journal/journal_fix.pl:1.1.2.1	Wed Jul 12 20:41:49 2006
+++ slashjp/plugins/Journal/journal_fix.pl	Wed Jul 12 20:51:50 2006
@@ -1,29 +0,0 @@
-#!/usr/bin/perl -w
-# This code is a part of Slash, and is released under the GPL.
-# Copyright 1997-2005 by Open Source Technology Group. See README
-# and COPYING for more information, or see http://slashcode.com/.
-# $Id: journal_fix.pl,v 1.1.2.1 2006/07/12 11:41:49 sugi Exp $
-
-use strict;
-use File::Spec::Functions;
-use Slash::Constants ':slashd';
-use Slash::Utility;
-
-my $me = 'journal_fix.pl';
-
-use vars qw( %task );
-
-$task{$me}{timespec} = '0-59 * * * *'; # should happen every minute?
-$task{$me}{timespec_panic_1} = '1-59/10 * * * *';
-$task{$me}{timespec_panic_2} = '';
-$task{$me}{on_startup} = 1;
-$task{$me}{fork} = SLASHD_NOWAIT;
-$task{$me}{code} = sub {
-	my($virtual_user, $constants, $slashdb, $user) = @_;
-
-	my $journal = getObject('Slash::Journal');
-	$journal->updateTransferredJournalDiscussions;
-
-};
-
-1;


Slashdotjp-dev メーリングリストの案内
Zurück zum Archiv-Index