Code

Added function to disable/enable reorder options
[gosa.git] / 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)
   {