[PHP-DEV] Bug #11636: udm_set_agent_param($agent,UDM_PARAM_PAGE_NUM,$num) Doesn't set the active page From: rhanic <email protected>
Date: 06/23/01

From: rhanic <email protected>
Operating system: Linux 2.2.16
PHP version: 4.0.6
PHP Bug Type: Unknown/Other Function
Bug description: udm_set_agent_param($agent,UDM_PARAM_PAGE_NUM,$num) Doesn't set the active page

After calling udm_find( $agent,"search string") ;

I can loop through the first 20 results (page size=20).
Then after that I cannot set the page using

udm_set_agent_param($agent,UDM_PARAM_PAGE_NUM,$num)

It keeps returning the same page results (ie: 1-20).

-- 
Edit Bug report at: http://bugs.php.net/?id=11636&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>