summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c7513b1)
raw | patch | inline | side by side (parent: c7513b1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Nov 2005 06:06:41 +0000 (06:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Nov 2005 06:06:41 +0000 (06:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1883 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_printerPPDSelectionDialog.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_printerPPDSelectionDialog.inc b/plugins/admin/systems/class_printerPPDSelectionDialog.inc
index b23a77323bc6953be117ef7c64ae8699468d1b9d..a03209ca45c29aebb0e50ace06da3c78d82ce39b 100644 (file)
$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];
}
}
+ */
if(!isset($_SESSION['printerPPDSelectionDialog'])){
$_SESSION['printerPPDSelectionDialog']['regex'] = "*";
}