diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-30 03:13:05 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-30 03:13:05 (GMT) |
commit | 96b197680f423d4afda7c113a1049a656cc81abf (patch) | |
tree | 955506a6f805a92b708933cc189b374480dbbe7e /utils | |
parent | a9748ac28517cd9a6162c797d143d2c1777dc9ed (diff) |
pool creation allmost done
Diffstat (limited to 'utils')
-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) { |