Code

Accidentally checked in debug code.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Sep 2008 13:50:32 +0000 (13:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Sep 2008 13:50:32 +0000 (13:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12429 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsi/class_opsi.inc

index 62a6363650982519588b7ff6d40ac3df0414b822..2efe2be9d662ba3306df2ed2857edc3affb24245 100644 (file)
@@ -62,7 +62,6 @@ class opsi extends gosaSupportDaemon
       
     /* Just use the first result of the opsi hosts 
      */
-    $opsi_hosts[] = "asdfdasf";
     if(count($opsi_hosts) == 1 && isset($opsi_hosts[0])){
       $this->target = $opsi_hosts[0];
     }elseif(count($opsi_hosts) > 1){