alecpl
2011-09-13 f593222ef5d5dc3b678618593abb873f4fcd4343
program/include/rcube_ldap.php
@@ -685,8 +685,8 @@
        } // end foreach
        // Verify that the required fields are set.
        $missing = null;
        foreach ($this->prop['required_fields'] as $fld) {
            $missing = null;
            if (!isset($newentry[$fld])) {
                $missing[] = $fld;
            }