From 2ce48ffa7e0a20d62e3d3ef52d44453c35997dd4 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 12 Apr 2010 12:10:35 +0000 Subject: [PATCH] Added function to disable/enable reorder options git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17587 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_sortableListing.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index fd9bed8c9..3c8ad5917 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -89,6 +89,10 @@ class sortableListing { } } + public function setReorderable($bool) + { + $this->reorderable= $bool; + } public function setDefaultSortColumn($id) { -- 2.30.2