summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-05-06 01:18:30 +0000
committerwjames5 <will@tekimaki.com>2007-05-06 01:18:30 +0000
commit8320807fba8040332690adb610b1af25d4950d1f (patch)
treec3151d640488dab25c6d501c26a3588114b44354 /index.php
parent398dabe35ab2e591803c101fe890e2ba99a5e548 (diff)
downloadtags-8320807fba8040332690adb610b1af25d4950d1f.tar.gz
tags-8320807fba8040332690adb610b1af25d4950d1f.tar.bz2
tags-8320807fba8040332690adb610b1af25d4950d1f.zip
add module to include tag cloud in columns - note there is a weird style layout bug
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index d1842f5..0d38820 100644
--- a/index.php
+++ b/index.php
@@ -8,6 +8,7 @@ $gBitSystem->verifyPermission('p_tags_view');
$tag = new LibertyTag();
+$_REQUEST['max_records'] = !empty( $_REQUEST['max_records'] ) ? $_REQUEST['max_records'] : NULL;
$listHash = $_REQUEST;
$tagHash = $_REQUEST;