Fix: La gnration du grant sur les tables sql obtient le nom des tables en dynamique.

This commit is contained in:
Laurent Destailleur
2005-03-06 16:35:31 +00:00
parent 89b9fa83aa
commit f460194d10

View File

@@ -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;
?>