Marius Burkard
2016-07-01 da3c0c44e13c665034d5922678388e3ee52e2da6
server/plugins-available/software_update_plugin.inc.php
@@ -248,7 +248,7 @@
         //* Connect to the database
         $link = mysqli_connect($clientdb_host, $clientdb_user, $clientdb_password);
         if (!$link) {
            $app->log('Unable to connect to the database'.mysqli_error($link), LOGLEVEL_ERROR);
            $app->log('Unable to connect to the database'.mysqli_connect_error(), LOGLEVEL_ERROR);
            return;
         }
@@ -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);
      }