From 7f16fe3e6d8cbb46773f88157d70898e3624d2d0 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Wed, 15 Jun 2016 05:43:39 -0400 Subject: [PATCH] Open Issue #3951: Added min field length for Firefox in APS installerdomain select field. --- server/plugins-available/software_update_plugin.inc.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/server/plugins-available/software_update_plugin.inc.php b/server/plugins-available/software_update_plugin.inc.php index 83fb831..640d7a9 100644 --- a/server/plugins-available/software_update_plugin.inc.php +++ b/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); } -- Gitblit v1.9.1