set series predecessor

if series move to another project or studio you can link the new series
to the existing one.
This commit is contained in:
Milan
2020-02-29 20:51:31 +01:00
parent 775ff5f761
commit eb2986e1da
6 changed files with 16 additions and 4 deletions

View File

@@ -1282,7 +1282,6 @@ sub update_recurring_event($$) {
where id=?
};
#print STDERR $update_sql."\n".Dumper($bind_values)."\n";
my $dbh = db::connect($config);
db::put( $dbh, $update_sql, $bind_values );
}