tbrehm
2010-10-09 43011ee84f95f65e2c3d1f6653807c925271a0cb
Fixed a warning message related to database permission reconfiguration.
1 files modified
4 ■■■ changed files
install/lib/installer_base.lib.php 4 ●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -286,6 +286,8 @@
         *   1) it is a single server
         *   2) it is the MASTER of n clients
        */
        $hosts = array();
        if($conf['mysql']['master_slave_setup'] == 'y') {
            /*
             * it is a master-slave - Setup so the slave has to grant its rights in the master
@@ -320,7 +322,7 @@
            }
        }
        
        if(is_array($hosts)) {
        if(count($hosts) > 0) {
        foreach($hosts as $host => $value) {
            /*
             * If a pwd exists, this means, we have to add the new user (and his pwd).