Code

Removed unused code block
[gosa.git] / plugins / admin / systems / class_printerPPDSelectionDialog.inc
index b23a77323bc6953be117ef7c64ae8699468d1b9d..a03209ca45c29aebb0e50ace06da3c78d82ce39b 100644 (file)
@@ -27,8 +27,9 @@ class printerPPDSelectionDialog extends plugin
     $this->depselect  = $this->config->current['BASE'];
     
     /* If there is already a ppd file selected, use this as preselected object in our ppds list
-     */
+     * /
     if(isset($ppd)){
+      print_a( $ppd);
       $tmp2 = split("\n",$ppd['ppd']);
       if(count($tmp2)==2){
         $this->currentPos = $tmp2[0];
@@ -36,6 +37,7 @@ class printerPPDSelectionDialog extends plugin
       }
     }
   
+     */
     if(!isset($_SESSION['printerPPDSelectionDialog'])){
       $_SESSION['printerPPDSelectionDialog']['regex'] = "*";
     }