From: cajus Date: Tue, 19 Jan 2010 17:30:33 +0000 (+0000) Subject: Added modify flag for changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e0f580ea83145b6e0d1411149e0962e0b19a9c0d;p=gosa.git Added modify flag for changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15214 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 19c3c26a0..cf7a5e66f 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -428,6 +428,7 @@ class sortableListing { $this->data[]= $entry; $this->displayData[]= $displayEntry; $this->mapping[]= count($this->mapping); + $this->modified= true; }