Code

Sort printer ppd selection alphabetically
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Feb 2009 13:05:55 +0000 (13:05 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Feb 2009 13:05:55 +0000 (13:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13428 594d385d-05f5-0310-b6e9-bd551577e9d8

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

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