From: hickert Date: Tue, 6 Apr 2010 15:27:19 +0000 (+0000) Subject: Allow to set the default sort column X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2cdc839139fbeb3ffa70859d79d22056eaa07ca7;p=gosa.git Allow to set the default sort column git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17490 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 1a2c27226..64e122671 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -71,6 +71,11 @@ class sortableListing { } } + + public function setDefaultSortColumn($id) + { + $this->sortColumn = $id; + } public function setListData($data, $displayData= null) {