Skip to content

Commit 9c87a05

Browse files
author
Florian Schaal
committed
fixed sql-query
1 parent 3dded7b commit 9c87a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public function add_database_server_record() {
263263
}
264264

265265
// Delete ISPConfig user in the local database, in case that it exists
266-
$this->db->query("DROP USER ?'@'? ", $conf['mysql']['ispconfig_user'], $from_host);
266+
$this->db->query("DROP USER ?@?", $conf['mysql']['ispconfig_user'], $from_host);
267267
$this->db->query("DROP DATABASE IF EXISTS ?", $conf['mysql']['database']);
268268

269269
//* Create the ISPConfig database user in the local database

0 commit comments

Comments
 (0)