art-web r557 - branches/art-hub/models



Author: thos
Date: Sat Nov 22 23:31:55 2008
New Revision: 557
URL: http://svn.gnome.org/viewvc/art-web?rev=557&view=rev

Log:
Fix theme model search total sql


Modified:
   branches/art-hub/models/themes.php

Modified: branches/art-hub/models/themes.php
==============================================================================
--- branches/art-hub/models/themes.php	(original)
+++ branches/art-hub/models/themes.php	Sat Nov 22 23:31:55 2008
@@ -39,7 +39,8 @@
 
   var $search_total_sql = "SELECT COUNT(name) FROM theme
             WHERE (%s) AND status='active'
-            ORDER BY %s LIMIT %s,%s";
+            AND theme.themeID > 1000";
+
 }
 
 ?>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]