Fix bug where setting privilege for functions was failing
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 21 Feb 2012 19:13:00 +0000 (20:13 +0100)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Wed, 22 Aug 2012 10:26:04 +0000 (12:26 +0200)
privileges.php

index b5e9a67e9536226eb6ea549c267b6b133c6d4c39..0a924033ac81b2fe8fbb0d490284e76eae814d95 100644 (file)
                                'database' => $_REQUEST['database'],
                                'schema' => $_REQUEST['schema'],
                                $subject => $object,
-                               "{$_subject}_oid" => $objectoid,
+                               "{$subject}_oid" => $objectoid,
                                'subject'=> $subject
                        );
                }