Changeset 4334 for trunk/include/functions_tag.inc.php
- Timestamp:
- Nov 21, 2009, 8:52:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_tag.inc.php
r4325 r4334 240 240 $query .= ' 241 241 ORDER BY counter DESC 242 LIMIT 0,'.$max_tags;242 LIMIT '.$max_tags; 243 243 } 244 244 else
Note: See TracChangeset
for help on using the changeset viewer.