backport correction de la geoloc pour les adresses precises
[platal.git] / htdocs / search.php
index ad9cc04..25ac38e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -78,7 +78,7 @@ if (Env::has('quick')) {
     $search->addOrder('score', 'score', false, 'pertinence', AUTH_PUBLIC, true);
     
     $nb_tot = $search->show();
-    
+
     if (!logged() && $nb_tot > $globals->search->public_max) {
        new ThrowError('Votre recherche a généré trop de résultats pour un affichage public.');
     } elseif ($nb_tot > $globals->search->private_max) {