trim trailing whitespace

This commit is contained in:
Daniel Reichelt
2018-06-05 06:51:10 +02:00
parent b80bdcbc4f
commit 72835c56ad

View File

@@ -1124,7 +1124,6 @@ if ($page == 'domains' || $page == 'overview') {
}
}
} elseif ($action == 'edit' && $id != 0) {
$result_stmt = Database::prepare("
SELECT `d`.*, `c`.`customerid`
FROM `" . TABLE_PANEL_DOMAINS . "` `d`