diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-05-04 13:51:37 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-05-04 13:51:37 (GMT) |
commit | 66f487a9e988720904b13a57335a8af88dda0e93 (patch) | |
tree | 2e11dbcd7f5c89b7e3d6fa7363a7ccbdd553de64 /lib/RHRD/rddb.pm | |
parent | eb14d874450528c405c1d804e566dd03c89e16c7 (diff) |
increase title seperation
Diffstat (limited to 'lib/RHRD/rddb.pm')
-rwxr-xr-x | lib/RHRD/rddb.pm | 2 |
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(); |