Modificati ordini

This commit is contained in:
cmaffio
2016-06-28 12:14:09 +02:00
parent c19c3b5ec8
commit d50260c583

View File

@@ -38,8 +38,7 @@ $query = " SELECT
ON
firewall_macchine.id_proxy_pool = proxy_pool.id
ORDER BY
-nome DESC,
INET_ATON(ip) ASC
nome
";
$res_macchine = mysql_query( $query, $DB_ID );
@@ -52,8 +51,7 @@ $query = " SELECT
WHERE
attivo = 1
ORDER BY
-nome DESC,
INET_ATON(ip) ASC
nome
";
$res_macchine_ext = mysql_query( $query, $DB_ID );