Modificati ordini
This commit is contained in:
@@ -38,8 +38,7 @@ $query = " SELECT
|
|||||||
ON
|
ON
|
||||||
firewall_macchine.id_proxy_pool = proxy_pool.id
|
firewall_macchine.id_proxy_pool = proxy_pool.id
|
||||||
ORDER BY
|
ORDER BY
|
||||||
-nome DESC,
|
nome
|
||||||
INET_ATON(ip) ASC
|
|
||||||
";
|
";
|
||||||
$res_macchine = mysql_query( $query, $DB_ID );
|
$res_macchine = mysql_query( $query, $DB_ID );
|
||||||
|
|
||||||
@@ -52,8 +51,7 @@ $query = " SELECT
|
|||||||
WHERE
|
WHERE
|
||||||
attivo = 1
|
attivo = 1
|
||||||
ORDER BY
|
ORDER BY
|
||||||
-nome DESC,
|
nome
|
||||||
INET_ATON(ip) ASC
|
|
||||||
";
|
";
|
||||||
$res_macchine_ext = mysql_query( $query, $DB_ID );
|
$res_macchine_ext = mysql_query( $query, $DB_ID );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user