From: x2001corpet Date: Tue, 25 Jul 2006 19:36:50 +0000 (+0000) Subject: bug fix pour la recherche sur geoloc X-Git-Tag: xorg/0.9.10~4 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ad1cfc2c07e92e6af5eae8558fbba8d3a32a7133;p=platal.git bug fix pour la recherche sur geoloc git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.10@656 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs/geoloc/index.php b/htdocs/geoloc/index.php index 9a1b8d5..c89fdb4 100644 --- a/htdocs/geoloc/index.php +++ b/htdocs/geoloc/index.php @@ -33,7 +33,7 @@ elseif (Env::get('only_current') != 'on') $search = preg_replace('/(^|&)mapid=([0-9]+)(&|$)/','\1\3', $search); if ($search) $search = '?'.$search; -$initfile = urlencode('geolocInit.php'.$querystring); +$initfile = urlencode('geolocInit.php'.$search); $page->assign('flashvars', 'initfile='.$initfile); $page->assign('protocole',substr($globals->baseurl, 0, strpos($globals->baseurl,':')));