From: hickert Date: Mon, 12 Apr 2010 12:10:35 +0000 (+0000) Subject: Added function to disable/enable reorder options X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2ce48ffa7e0a20d62e3d3ef52d44453c35997dd4;p=gosa.git Added function to disable/enable reorder options git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17587 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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) {