diff options
| author | wjames5 <will@tekimaki.com> | 2007-05-06 01:18:30 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-05-06 01:18:30 +0000 |
| commit | 8320807fba8040332690adb610b1af25d4950d1f (patch) | |
| tree | c3151d640488dab25c6d501c26a3588114b44354 /index.php | |
| parent | 398dabe35ab2e591803c101fe890e2ba99a5e548 (diff) | |
| download | tags-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
