From 31d5e782dedb0a09b5d73e7bac61dccfe25e73f1 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 28 Feb 2008 05:44:49 +0000 Subject: removed ip2int, int2ip custom functions fixed browse issues when adding filters in specific order --- lib/class/browse.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/browse.class.php') diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index bf72bbe9..cf5644b5 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -433,7 +433,7 @@ class Browse { } // if filters // Now Add the Order - $order_sql = "ORDER BY "; + $order_sql = " ORDER BY "; // If we don't have a sort, then go ahead and return it now if (!is_array($_SESSION['browse']['sort'])) { return $sql; } -- cgit