diff options
Diffstat (limited to 'utils/rhrd-pool')
-rwxr-xr-x | utils/rhrd-pool | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rhrd-pool b/utils/rhrd-pool index 866afe6..1534af6 100755 --- a/utils/rhrd-pool +++ b/utils/rhrd-pool @@ -97,7 +97,7 @@ sub add return 1 } - (my $num, $status, $errorstring) = RHRD::rddb::create_musicpool_group($ctx, $groupname); + (my $num, $status, $errorstring) = RHRD::rddb::create_musicpool_group($ctx, $groupname, $title); unless(defined $num) { print STDERR $status . ": " . $errorstring . "\n"; return 1; @@ -118,7 +118,7 @@ sub add print STDERR $status . ": " . $errorstring . "\n"; return 1; } - print " * created clock (color: " . $color . ")\n"; + print " * created clock\n"; ($result, $status, $errorstring) = RHRD::rddb::create_musicpool_dropbox($ctx, $groupname, $shortname); unless(defined $result) { |