From cd1d78408e92ddf880d9de63d02ea06e6577f5fc Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 19 Jan 2010 12:12:49 +0000 Subject: [PATCH] Set keywords git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15198 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_sortableListing.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 2dc8237a9..1b2bc4c75 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -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; -- 2.30.2