little detail wrt contacts sorting
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Mon, 24 Jan 2005 14:30:17 +0000 (14:30 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:52 +0000 (23:27 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-394

htdocs/carnet/mescontacts.php

index 5021bb1..79b8ed9 100644 (file)
@@ -61,7 +61,7 @@ switch (Env::get('action')) {
         }
 }
 
-if(Get::has('trombi')) {
+if(Get::get('trombi')) {
     require_once('trombi.inc.php');
     function getList($offset,$limit) {
        global $globals;