Code

Removed attributes from class.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 16 Jul 2008 13:14:00 +0000 (13:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 16 Jul 2008 13:14:00 +0000 (13:14 +0000)
- Those attributes are inherited from parent class.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11686 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/sudo/admin/sudo/class_divListSudo.inc
gosa-plugins/sudo/admin/sudo/class_target_list_systems.inc
gosa-plugins/sudo/admin/sudo/class_target_list_users.inc

index 1b04937b0a30a73bcf539d4faa9e193e006f3f47..b1e21f4f78cdd0a5662cc8d0e70fe98baa3c3b56 100644 (file)
  */
 class divListSudo extends MultiSelectWindow
 {
-
-  /* Current base */
-  private $departments        = array();
-
   /* Regex */
   public $Regex              = "*";
   public $UserRegex          = "*";
index 230c369ac000418d90895bc23a9df30cddd9f7f5..8a69a33ff2ff7f1dda3fdc77ef7e052406aac67d 100644 (file)
@@ -26,9 +26,6 @@ class target_list_systems extends MultiSelectWindow
   protected $list         =array();
   private $Targets_used =array();
 
-  /* Current base */
-  public $departments       = array();
-
   /* Regex */
   protected $Regex           = "*";
 
index cae0bc3a00ebe0a834ff8e230ebad1a761572fd0..787a598d3afd2601f48191e2d005fd1bd62430e4 100644 (file)
@@ -26,9 +26,6 @@ class target_list_users extends MultiSelectWindow
   private $list         =array();
   private $Targets_used =array();
 
-  /* Current base */
-  public $departments        = array();
-
   /* Regex */
   protected $Regex              = "*";