summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-18 20:25:26 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-18 20:25:26 +0000
commit706359d47c8ef8695bd2a78088c6688ad1b0abb7 (patch)
tree6f6f2e4680892d88b1e1b059bccfd49abc55ad04 /lib/sbin
parent413f2c06a67bf027eb7295497f8a0ac3299d31d2 (diff)
Fixed bug in stuff for registering triggers.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@958 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin')
-rw-r--r--lib/sbin/NewCreateScheduleBindings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/NewCreateScheduleBindings.pl b/lib/sbin/NewCreateScheduleBindings.pl
index dbf6de49..5d66a7d2 100644
--- a/lib/sbin/NewCreateScheduleBindings.pl
+++ b/lib/sbin/NewCreateScheduleBindings.pl
@@ -310,7 +310,7 @@ sub ScheduleBlock
%interface_database);
@trigger_groups = &ScheduleSelectGroups($thorn, $implementation,
- $schedule_database{"\U$thorn\E BLOCK_$block TRIGGER"},
+ $schedule_database{"\U$thorn\E BLOCK_$block TRIGGERS"},
%interface_database);