- return deleted records count instead of true in ldap's delete(), fixes (#1486082)

release-0.6
alecpl 15 years ago
parent 8678ce85e6
commit b24f2c4897

@ -546,7 +546,7 @@ class rcube_ldap extends rcube_addressbook
} // end if } // end if
} // end foreach } // end foreach
return true; return count($dns);
} }

Loading…
Cancel
Save