[PLUGINS] +maj gis4
[lhc/web/www.git] / www / plugins / gis / formulaires / rechercher_gis.php
index 5e1597a..7d614fe 100755 (executable)
@@ -33,6 +33,7 @@ function formulaires_rechercher_gis_charger_dist($objet='', $id_objet='', $retou
  * @param string $recherche
  */
 function formulaires_rechercher_gis_verifier_dist($objet='', $id_objet='', $retour='', $recherche=''){
+       $erreurs = array();
        return $erreurs;
 }
 
@@ -45,7 +46,8 @@ function formulaires_rechercher_gis_verifier_dist($objet='', $id_objet='', $reto
  * @param string $recherche
  */
 function formulaires_rechercher_gis_traiter_dist($objet='', $id_objet='', $retour='', $recherche=''){
-       return;
+       $res = array();
+       return $res;
 }
 
-?>
\ No newline at end of file
+?>