Florian Schaal
2016-02-15 3dded7b96c519efe9a5015f09712462164d1888f
server/plugins-available/software_update_plugin.inc.php
@@ -267,7 +267,6 @@
            $app->log('Unable to create database user'.$db_config['database_user'].' '.mysqli_error($link), LOGLEVEL_ERROR);
         }
         mysqli_query($link, "FLUSH PRIVILEGES;");
         mysqli_close($link);
      }