From a3c6a8c40c4ab98152a7ac9773dd5eb120e63258 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 6 Oct 2009 07:35:38 +0000 Subject: [PATCH] Return old attr, not new git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14532 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.30.2