Code

Added modify flag for changes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jan 2010 17:30:33 +0000 (17:30 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jan 2010 17:30:33 +0000 (17:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15214 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_sortableListing.inc

index 19c3c26a0122a6e5de4a30cb55bd56d84aa46647..cf7a5e66fd555f03133d0d6d96ec9053ab34e76b 100644 (file)
@@ -428,6 +428,7 @@ class sortableListing {
     $this->data[]= $entry;
     $this->displayData[]= $displayEntry;
     $this->mapping[]= count($this->mapping);
+    $this->modified= true;
   }