Skip to content

Commit badfbef

Browse files
author
Dominik
committed
corrected sql query
1 parent 3bb9ef8 commit badfbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/dist/lib/gentoo.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function configure_postfix($options = '')
8181
}
8282

8383
//* These postconf commands will be executed on installation and update
84-
$server_ini_rec = $this->db->queryOneRecord("SELECT config FROM ?.`server` WHERE server_id = ?", $conf["mysql"]["database"], $conf['server_id']);
84+
$server_ini_rec = $this->db->queryOneRecord("SELECT config FROM ?? WHERE server_id = ?", $conf["mysql"]["database"].'.server', $conf['server_id']);
8585
$server_ini_array = ini_to_array(stripslashes($server_ini_rec['config']));
8686
unset($server_ini_rec);
8787

0 commit comments

Comments
 (0)