fix spacing
This commit is contained in:
parent
df285006d2
commit
45b970fb09
|
@ -53,7 +53,6 @@ parseSort();
|
|||
parseFilter($_REQUEST['filter']);
|
||||
$filterQuery = $_REQUEST['filter']['query'];
|
||||
|
||||
|
||||
if ( $_REQUEST['filter']['sql'] ) {
|
||||
$countSql .= $_REQUEST['filter']['sql'];
|
||||
$frameSql .= $_REQUEST['filter']['sql'];
|
||||
|
@ -61,7 +60,6 @@ if ( $_REQUEST['filter']['sql'] ) {
|
|||
|
||||
$frameSql .= " ORDER BY $sortColumn $sortOrder,Id $sortOrder";
|
||||
|
||||
|
||||
if ( isset( $_REQUEST['scale'] ) ) {
|
||||
$scale = validNum($_REQUEST['scale']);
|
||||
} else if ( isset( $_COOKIE['zmWatchScale'.$Monitor->Id()] ) ) {
|
||||
|
|
Loading…
Reference in New Issue