diff options
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r-- | lib/class/browse.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |