summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f1e1f0c)
raw | patch | inline | side by side (parent: f1e1f0c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Nov 2008 16:08:46 +0000 (16:08 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Nov 2008 16:08:46 +0000 (16:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12880 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc b/gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc
index 473733c98c506c8b04fbbbc6980de57ddb168b25..d21e0fd9623f76d160e907461caf131a2859f53a 100644 (file)
}
$printer_list = $this->getPrinter();
+ asort($printer_list);
$smarty->assign("regexPrinter" ,$this->regex);
$smarty->assign("deplistPrinter" ,$this->deplist);