summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7adadd4)
raw | patch | inline | side by side (parent: 7adadd4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Dec 2007 14:02:00 +0000 (14:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Dec 2007 14:02:00 +0000 (14:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8061 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_multi_plug.inc | patch | blob | history |
index b0b6abdb61119621565c1f1d6ce8f0aae092ef36..81e92ca7ab7ffcc504fde55a4d1b6cbbae642f9c 100644 (file)
*/
public function lock_entries($uid)
{
+ foreach($this->dn as $dn)
+ add_lock($dn,$uid);
return(TRUE);
}