summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:28:34 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:28:34 +0000
commitfa4455eb64a292ad0dfd491f06758c8c4d0ec23c (patch)
treeb9a85d62771d0183cee86955f807b2eb655db51b /lib
parent9816d54f22009e284b8ebec501607e569c1567dd (diff)
COMMUNICATION is now automatically switched on for all groups with
STORAGE git-svn-id: http://svn.cactuscode.org/flesh/trunk@1285 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/ScheduleParser.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sbin/ScheduleParser.pl b/lib/sbin/ScheduleParser.pl
index da361ec3..e5fe1889 100644
--- a/lib/sbin/ScheduleParser.pl
+++ b/lib/sbin/ScheduleParser.pl
@@ -96,10 +96,10 @@ sub parse_schedule_ccl
$schedule_db{"\U$thorn\E BLOCK_$n_blocks TYPE"} = $type;
$schedule_db{"\U$thorn\E BLOCK_$n_blocks DESCRIPTION"} = $description;
$schedule_db{"\U$thorn\E BLOCK_$n_blocks WHERE"} = $where;
- $schedule_db{"\U$thorn\E BLOCK_$n_blocks LANG"} = $language;
- $schedule_db{"\U$thorn\E BLOCK_$n_blocks STOR"} = $mem_groups;
+ $schedule_db{"\U$thorn\E BLOCK_$n_blocks LANG"} = $language;
+ $schedule_db{"\U$thorn\E BLOCK_$n_blocks STOR"} = $mem_groups;
$schedule_db{"\U$thorn\E BLOCK_$n_blocks COMM"} = $comm_groups;
- $schedule_db{"\U$thorn\E BLOCK_$n_blocks TRIG"} = $trigger_groups;
+ $schedule_db{"\U$thorn\E BLOCK_$n_blocks TRIG"} = $trigger_groups;
$schedule_db{"\U$thorn\E BLOCK_$n_blocks BEFORE"} = $before_list;
$schedule_db{"\U$thorn\E BLOCK_$n_blocks AFTER"} = $after_list;
$schedule_db{"\U$thorn\E BLOCK_$n_blocks WHILE"} = $while_list;