diff --git a/inc/referenceurs.php b/inc/referenceurs.php index 36aa790..f8e7664 100644 --- a/inc/referenceurs.php +++ b/inc/referenceurs.php @@ -103,7 +103,7 @@ function stats_show_keywords($kw_referer) { $keywords = isset($Tquery[$v]) ? $Tquery[$v] : ""; // Si on a defini le nom de la variable en expression reguliere, chercher la bonne variable - if (!empty($keywords) AND !strlen($keywords) > 0) { + if (!strlen($keywords) > 0) { if (preg_match("," . $arr_engines[$cnt][1] . "([^\&]*),", $query, $vals)) { $keywords = urldecode($vals[2]); } diff --git a/paquet.xml b/paquet.xml index 2cb1132..d9cb1ce 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@