I was expecting the following code snip:
$attributes = array( 'pager' => '' );
$result=$adldap->user()->modify($number,$attributes);
To remove the contents of the pager field.
However, the field remains unchanged.
Instead of '' , I've tried using false, and null without success
I was expecting the following code snip:
$attributes = array( 'pager' => '' );$result=$adldap->user()->modify($number,$attributes);To remove the contents of the pager field.
However, the field remains unchanged.
Instead of
'', I've tried usingfalse, andnullwithout success