Modified:
trunk/htdocs/system/classes/theme.php
Log:
Allow nolimit as a user_filter in a theme. Issue #366, thanks, freakerz.
Modified: trunk/htdocs/system/classes/theme.php
==============================================================================
--- trunk/htdocs/system/classes/theme.php (original)
+++ trunk/htdocs/system/classes/theme.php Thu Aug 16 19:17:14 2007
@@ -34,6 +34,7 @@
'day',
'criteria',
'limit',
+ 'nolimit',
'fetch_fn',
);