From f460194d107476203caf42445ff80aa95b7448b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 6 Mar 2005 16:35:31 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20La=20g=E9n=E9ration=20du=20grant=20sur?= =?UTF-8?q?=20les=20tables=20sql=20obtient=20le=20nom=20des=20tables=20en?= =?UTF-8?q?=20dynamique.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/grant.postgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ?>