Code

Sort printer ppd selection alphabetically
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Feb 2009 13:42:36 +0000 (13:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Feb 2009 13:42:36 +0000 (13:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13429 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc

index 1f68f3e96bc7ba6aa30f487eff450161d515314a..8d109d11bf0219ec120a67ddaad781b1613f3037 100644 (file)
@@ -113,6 +113,9 @@ class printerPPDSelectionDialog extends plugin
         }
       }
     }
+
+    /* Sort the list alphabetically */
+    asort($list);
  
     if((isset($_GET['act']))&&($_GET['act']=="open"))  {