Code

Added missing class var.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 May 2008 08:02:41 +0000 (08:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 May 2008 08:02:41 +0000 (08:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10904 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/devices/class_deviceManagement.inc
gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 7e061571a17173078fb86e883a20d151f71aea0b..2acbc874ca2fe6fc816d00695af0e3a23c92784c 100644 (file)
@@ -16,6 +16,7 @@ class deviceManagement extends plugin
   var $CopyPasteHandler               = NULL;
   var $start_pasting_copied_objects;
   var $dn ="";
+  var $dns = array();
 
   function deviceManagement(&$config, $dn= NULL)
   {
index 4aaf19368a83507db37d459fe2efd444b1871518..b00b21874f134427b96283827e6ef165e2d6c013 100644 (file)
@@ -39,6 +39,8 @@ class systems extends plugin
   var $arp_handling_active = FALSE;
   var $last_action = "";
 
+  var $dns = array();
+
   function systems (&$config, $ui)
   {
     /* Save configuration for internal use */