fix typo in prepared-statement-replacer, refs #1287

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-05 13:51:05 +01:00
parent 864e6c6139
commit 96525584e2

View File

@@ -211,7 +211,7 @@ if ($page == 'overview') {
);
$params = array(
"customerid" => $userinfo['customerid'],
"username" => $username,
"databasename" => $username,
"description" => $databasedescription,
"dbserver" => $dbserver
);