Code

Removed mysql logging stuff from class log
[gosa.git] / gosa-core / include / class_listing.inc
index 934d024c7915b9d91613dd7162e72c9cb194f257..10c05d9652012ebf1b6fcb3bc843858a37747f95 100644 (file)
@@ -730,7 +730,6 @@ class listing {
   function getObjectType($types, $classes)
   {
     // Walk thru types and see if there's something matching
-    $types=array_reverse($types);
     foreach ($types as $objectType) {
       $ocs= $objectType['objectClass'];
       if (!is_array($ocs)){