art-web r557 - branches/art-hub/models
- From: thos svn gnome org
- To: svn-commits-list gnome org
- Subject: art-web r557 - branches/art-hub/models
- Date: Sat, 22 Nov 2008 23:31:56 +0000 (UTC)
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]