From: x2002druelle Date: Mon, 10 Oct 2005 14:24:23 +0000 (+0000) Subject: oups: un fonction de test restait... X-Git-Tag: xorg/0.9.9~114 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=532148b40c723be0a9e93760e570dd00c4879216;p=platal.git oups: un fonction de test restait... git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@90 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/exalead/exalead.smarty.inc.php b/include/exalead/exalead.smarty.inc.php index 022f5a8..951c540 100644 --- a/include/exalead/exalead.smarty.inc.php +++ b/include/exalead/exalead.smarty.inc.php @@ -69,7 +69,7 @@ function _display_groupes($params, &$smarty){ } foreach($exalead_data->groups as $group){ - display_group2($group, $exalead_data); + display_group($group, $exalead_data); } }