summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2018-05-04 13:51:37 (GMT)
committerChristian Pointner <equinox@helsinki.at>2018-05-04 13:51:37 (GMT)
commit66f487a9e988720904b13a57335a8af88dda0e93 (patch)
tree2e11dbcd7f5c89b7e3d6fa7363a7ccbdd553de64
parenteb14d874450528c405c1d804e566dd03c89e16c7 (diff)
increase title seperation
-rwxr-xr-xlib/RHRD/rddb.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/RHRD/rddb.pm b/lib/RHRD/rddb.pm
index 3b17a27..66ae89b 100755
--- a/lib/RHRD/rddb.pm
+++ b/lib/RHRD/rddb.pm
@@ -2408,7 +2408,7 @@ sub create_musicpool_event
my $sth = $ctx->{'dbh'}->prepare($sql)
or return (undef, 'ERROR', "Database Error: " . $ctx->{'dbh'}->errstr);
- $sth->execute($shortname, 'SEGUE, Scheduler', 3, 1, 1, $color, $groupname, 25) # TODO: make title seperartion configurable !?!?
+ $sth->execute($shortname, 'SEGUE, Scheduler', 3, 1, 1, $color, $groupname, 100) # TODO: make title seperartion configurable !?!?
or return (undef, 'ERROR', "Database Error: " . $sth->errstr);
$sth->finish();