diff options
Diffstat (limited to 'lib')
-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(); |