From a0530eadf210e795f8e23050fee01b235025e30e Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 11 Mar 2010 14:13:28 +0000 Subject: [PATCH] Updated listing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16461 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_sortableListing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index d3b95ca84..ec56d1215 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -372,7 +372,7 @@ class sortableListing { $this->action = ""; if (strpos($this->acl, 'd') !== false){ foreach ($_POST as $key => $value) { - if (preg_match('/^del_'.$this->id.'([0-9]+)$/', $key, $matches)) { + if (preg_match('/^del_'.$this->id.'_([0-9]+)$/', $key, $matches)) { $this->active_index= $this->mapping[$matches[1]]; // Ignore request if mode requests it -- 2.30.2