summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateScheduleBindings.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-28 02:59:41 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-28 02:59:41 +0000
commitbd614a6666f00626ab135a210672d1b5be9f1cb8 (patch)
tree6a40e516ccbdbf0f268d9d0885d21225aac26100 /lib/sbin/CreateScheduleBindings.pl
parenta6a1158bcd853931538dafd7bca42784f87c0527 (diff)
Implemented
SCHEDULE AS so a function can be aliased with a different name. Untested. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1326 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CreateScheduleBindings.pl')
-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 cfe49ca3..82257dc4 100644
--- a/lib/sbin/CreateScheduleBindings.pl
+++ b/lib/sbin/CreateScheduleBindings.pl
@@ -338,7 +338,7 @@ sub ScheduleBlock
$CST_errors++;
}
- $buffer .= "\"" . $rhschedule_db->{"\U$thorn\E BLOCK_$block NAME"} . "\"" . ",\n";
+ $buffer .= "\"" . $rhschedule_db->{"\U$thorn\E BLOCK_$block AS"} . "\"" . ",\n";
$buffer .= $indent . "\"" . $thorn . "\"" . ",\n";
$buffer .= $indent . "\"" . $implementation . "\"" . ",\n";
$buffer .= $indent . "\"" . $rhschedule_db->{"\U$thorn\E BLOCK_$block DESCRIPTION"} . "\"" . ",\n";