summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 07:59:39 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 07:59:39 +0000
commitf011731f03fc369cdd8857214305e3b21b337bd7 (patch)
tree7d22a8c42ced8cbf782bf01b6bb21b9e8df3c5cb
parentedcc9f94c9c0ab26f10ca8740f684ddf69cc5c8d (diff)
Bug fix - options weren't being passwd properly.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1581 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/CreateScheduleBindings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/CreateScheduleBindings.pl b/lib/sbin/CreateScheduleBindings.pl
index 5667e146..0649b99e 100644
--- a/lib/sbin/CreateScheduleBindings.pl
+++ b/lib/sbin/CreateScheduleBindings.pl
@@ -487,7 +487,7 @@ sub ScheduleBlock
$rhschedule_db->{"\U$thorn\E BLOCK_$block SYNC"},
$rhinterface_db);
- @options = split(/,/, $rhschedule_db->{"\U$thorn\E BLOCK_$block SYNC"});
+ @options = split(/,/, $rhschedule_db->{"\U$thorn\E BLOCK_$block OPTIONS"});
@before_list = &ScheduleSelectRoutines($thorn, $implementation,
$rhschedule_db->{"\U$thorn\E BLOCK_$block BEFORE"},