mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-27 20:01:26 +01:00
Fix: La gnration du grant sur les tables sql obtient le nom des tables en dynamique.
This commit is contained in:
@@ -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;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user