Code

Need some sorting here, too
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 May 2007 14:43:16 +0000 (14:43 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 May 2007 14:43:16 +0000 (14:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6428 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_selectUserToPrinterDialog.inc

index ef9b38b9da7766fba11f2e3522c600825e0412d6..e601e8745a87e54587882b86aefcfaeb9b4943e7 100644 (file)
@@ -72,6 +72,7 @@ class selectUserToPrinterDialog extends plugin
     }
 
     $tmp_printers= $this->getPrinter();
+    natcasesort($tmp_printers);
     $smarty->assign("regexPrinter"        , $this->regex);
     $smarty->assign("deplistPrinter"      , $this->config->idepartments);//deplist);
     $smarty->assign("depselectPrinter"    , $this->depselect);