From bf719da3f09808497640ee812b93f38211b10e48 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Mon, 24 Jan 2005 14:30:17 +0000 Subject: [PATCH] little detail wrt contacts sorting git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-394 --- htdocs/carnet/mescontacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/carnet/mescontacts.php b/htdocs/carnet/mescontacts.php index 5021bb1..79b8ed9 100644 --- a/htdocs/carnet/mescontacts.php +++ b/htdocs/carnet/mescontacts.php @@ -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; -- 2.1.4