Code

Set keywords
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jan 2010 12:12:49 +0000 (12:12 +0000)
committercajus <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

index 2dc8237a9b8b3a10ec99e04ce7b72e216e62cf1b..1b2bc4c75e859644896000d19e18bb9183b21700 100644 (file)
@@ -3,7 +3,7 @@
  * 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
@@ -41,6 +41,8 @@ class sortableListing {
   private $current_mapping;
   private $active_index;
   private $scrollPosition= 0;
+  private $sortColumn= 0;
+  private $sortColumnOrder= array();
 
   private $acl= "";
   private $modified= false;