diff --git a/htdocs/lib/grant.postgres.php b/htdocs/lib/grant.postgres.php index 616b5d23117..9fb6366f728 100644 --- a/htdocs/lib/grant.postgres.php +++ b/htdocs/lib/grant.postgres.php @@ -62,6 +62,6 @@ while (($file = readdir($handle))!==false) // Genere le grant_query $grant_query = "GRANT ALL ON $table_list TO \"$nom\";"; -print $grant_query; +//print $grant_query; ?>