Code

Added function to disable/enable reorder options
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 12:10:35 +0000 (12:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 12:10:35 +0000 (12:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17587 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_sortableListing.inc

index fd9bed8c923d5c334f58e06dbfdbddafdd107c81..3c8ad5917ed60483c2db3459f5df196eaba053d4 100644 (file)
@@ -89,6 +89,10 @@ class sortableListing {
     }
   }
 
+  public function setReorderable($bool)
+  {
+    $this->reorderable= $bool;
+  }
    
   public function setDefaultSortColumn($id)
   {