diff options
| author | wjames5 <will@tekimaki.com> | 2009-01-24 18:40:54 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-01-24 18:40:54 +0000 |
| commit | e84d56f3c5b56375883b00188645c3c5523f883b (patch) | |
| tree | 9f26dc05dfd1df11f49ad97e1b3e760d8e362f38 /index.php | |
| parent | 4dfc4abca280d562e9c3a8b68991dcb533d7b14d (diff) | |
| download | users-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.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ); |
