From a2344585e05b2ad5d7176259f6da46ab72815346 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 17 Feb 2009 13:42:36 +0000 Subject: [PATCH] Sort printer ppd selection alphabetically git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13429 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc index 1f68f3e96..8d109d11b 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")) { -- 2.30.2