Save bytes

This commit is contained in:
Jakub Vrana 2011-08-12 10:31:16 +02:00
parent 75783421f1
commit e854a04117

View file

@ -1,7 +1,7 @@
<?php
page_header(lang('Privileges'));
$result = $connection->query("SELECT User, Host FROM mysql." . (DB == "" ? "user" : "db WHERE " . q($_GET["db"]) . " LIKE Db") . " ORDER BY Host, User");
$result = $connection->query("SELECT User, Host FROM mysql." . (DB == "" ? "user" : "db WHERE " . q(DB) . " LIKE Db") . " ORDER BY Host, User");
if (!$result) {
?>
<form action=""><p>