mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-20 16:56:02 +00:00
Correct syntax.
This commit is contained in:
parent
618f9d7cb6
commit
61f6a82d55
@ -306,7 +306,7 @@ sub apply_permissions {
|
||||
|
||||
if ( $force_owner ne "" ) {
|
||||
if ( $doohickey =~ /_seq$/ ) {
|
||||
$sql = sprintf( "GRANT ALL on %s to %s", $current_grant, $doohickey, $force_owner );
|
||||
$sql = sprintf( "GRANT ALL on %s to %s", $doohickey, $force_owner );
|
||||
}
|
||||
else {
|
||||
$sql = sprintf( "ALTER TABLE %s OWNER to %s", $doohickey, $force_owner );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user