summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e58dcbc)
raw | patch | inline | side by side (parent: e58dcbc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Apr 2010 12:10:35 +0000 (12:10 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc
index fd9bed8c923d5c334f58e06dbfdbddafdd107c81..3c8ad5917ed60483c2db3459f5df196eaba053d4 100644 (file)
}
}
}
}
+ public function setReorderable($bool)
+ {
+ $this->reorderable= $bool;
+ }
public function setDefaultSortColumn($id)
{
public function setDefaultSortColumn($id)
{