vogelor
2011-05-15 100d4109cd2357514fbfee56bc9194f8c9fc209e
install/autoupdate.php
@@ -169,7 +169,7 @@
 * If it is NOT a master-slave - Setup then we are at the Master-DB. So set all rights
*/
if($conf['mysql']['master_slave_setup'] != 'y') {
   $inst->grant_master_database_rights();
   $inst->grant_master_database_rights(true);
}
/*