From: psc Date: Tue, 17 Feb 2009 13:05:55 +0000 (+0000) Subject: Sort printer ppd selection alphabetically X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=18779cb3fbedaae018c9141d56a3eb32eff03b4c;p=gosa.git Sort printer ppd selection alphabetically git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13428 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc index 1f68f3e96..546ac7d8b 100644 --- a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc +++ b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc @@ -113,6 +113,9 @@ class printerPPDSelectionDialog extends plugin } } } + + /* Sort the list alphabetically */ + asort($list); if((isset($_GET['act']))&&($_GET['act']=="open")) {