From: cajus Date: Tue, 6 Oct 2009 07:35:38 +0000 (+0000) Subject: Return old attr, not new X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a3c6a8c40c4ab98152a7ac9773dd5eb120e63258;p=gosa.git Return old attr, not new git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14532 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 48bf1b871..28e5a7fc8 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -2926,7 +2926,7 @@ function get_next_id_pool($attrib) { msg_dialog::display(_("Error"), _("Cannot allocate a free ID:")." ".$ldap->get_error(), ERROR_DIALOG); return null; } else { - return $newAttr; + return $oldAttr; } }