summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-01-24 18:40:54 +0000
committerwjames5 <will@tekimaki.com>2009-01-24 18:40:54 +0000
commite84d56f3c5b56375883b00188645c3c5523f883b (patch)
tree9f26dc05dfd1df11f49ad97e1b3e760d8e362f38 /index.php
parent4dfc4abca280d562e9c3a8b68991dcb533d7b14d (diff)
downloadusers-e84d56f3c5b56375883b00188645c3c5523f883b.tar.gz
users-e84d56f3c5b56375883b00188645c3c5523f883b.tar.bz2
users-e84d56f3c5b56375883b00188645c3c5523f883b.zip
standardize search with 'find' param, removes find_objects - CUSTOM PACKAGE DEVELOPERS who use get_content_list_inc take notecvs up -dP
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 7b5a1d0..09a9396 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.36 2009/01/09 10:18:14 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.37 2009/01/24 18:40:54 wjames5 Exp $
*
- * $Id: index.php,v 1.36 2009/01/09 10:18:14 squareing Exp $
+ * $Id: index.php,v 1.37 2009/01/24 18:40:54 wjames5 Exp $
* @package users
* @subpackage functions
*/
@@ -81,7 +81,7 @@ if( !empty( $_REQUEST['home'] ) && $gQueryUser->isValid() && (( $gBitUser->hasPe
// needed by pagination
$contentListHash['listInfo']['ihash']['content_type_guid'] = $contentSelect[0];
$contentListHash['listInfo']['ihash']['user_id'] = $gQueryUserId;
- $contentListHash['listInfo']['ihash']['find_objects'] = $contentListHash['find'];
+ $contentListHash['listInfo']['ihash']['find'] = $contentListHash['find'];
$gBitSmarty->assign( 'listInfo', $contentListHash['listInfo'] );
$gBitSmarty->assign( 'display_content_list', 1 );