summaryrefslogtreecommitdiff
path: root/utils/rhrd-pool
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-29 19:20:35 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-29 19:20:35 (GMT)
commit4ca5666bd7a183736b531d52027f5a2555e40732 (patch)
tree8625d75643934f14b5e90da39b6b2d773cca4d77 /utils/rhrd-pool
parent963e198bd05da3e5ba5affbff759c0ec50456b5e (diff)
creating pool event works now
Diffstat (limited to 'utils/rhrd-pool')
-rwxr-xr-xutils/rhrd-pool2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rhrd-pool b/utils/rhrd-pool
index 618c3e7..866afe6 100755
--- a/utils/rhrd-pool
+++ b/utils/rhrd-pool
@@ -106,7 +106,7 @@ sub add
my $color = RHRD::utils::get_musicpool_color($num);
print " * created group '" . $groupname . "' --> pool shortname / color: " . $shortname . " / " . $color . "\n";
- ($result, $status, $errorstring) = RHRD::rddb::create_musicpool_event($ctx, $shortname, $groupname);
+ ($result, $status, $errorstring) = RHRD::rddb::create_musicpool_event($ctx, $shortname, $groupname, $color);
unless(defined $result) {
print STDERR $status . ": " . $errorstring . "\n";
return 1;