summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81d49c2)
raw | patch | inline | side by side (parent: 81d49c2)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jan 2010 12:12:49 +0000 (12:12 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jan 2010 12:12:49 +0000 (12:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15198 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 2dc8237a9b8b3a10ec99e04ce7b72e216e62cf1b..1b2bc4c75e859644896000d19e18bb9183b21700 100644 (file)
* This code is part of GOsa (http://www.gosa-project.org)
* Copyright (C) 2003-2008 GONICUS GmbH
*
- * ID: $$Id: class_listing.inc 15087 2010-01-06 13:45:49Z hickert $$
+ * ID: $$Id$$
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
private $current_mapping;
private $active_index;
private $scrollPosition= 0;
+ private $sortColumn= 0;
+ private $sortColumnOrder= array();
private $acl= "";
private $modified= false;