Skip to content

Unable to blank out value #135

Description

@JulianSelf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions