From: hickert Date: Wed, 25 Jan 2006 06:13:21 +0000 (+0000) Subject: Updated glpi class to allow system type updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b6b1d604ac48e6a84824a4701b2596889b7f71d4;p=gosa.git Updated glpi class to allow system type updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2559 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_glpi.inc b/include/class_glpi.inc index 5760e984e..08f94fad6 100644 --- a/include/class_glpi.inc +++ b/include/class_glpi.inc @@ -115,7 +115,7 @@ class glpiDB{ foreach($tmp as $t){ $ret[$t['ID']]=$t['name']; } - sort($ret); + asort($ret); return($ret); }else{ echo "not connected";