Bonjour

Une petite erreur s'est glissée dans la version svn de Generic Object.

Le patch ci-joint corrige cette erreur, et rend la recherche dans les
generic objects opérationnelle.

-- 
Julien Pivotto
nc6: using stream socket
Index: inc/searchext.class.php
===================================================================
--- inc/searchext.class.php	(revision 119)
+++ inc/searchext.class.php	(working copy)
@@ -174,7 +174,7 @@
 
       // Add select for all toview item
       foreach ($toview as $key => $val) {
-         $SELECT.= Search::addSelect($itemtype,$val,$key,0);
+         $SELECT.= Search::addSelect($itemtype2,$val,$key,0);
       }
 
 
_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to