From a2eb3ea3cbf5b7b41fc4f70c4fb76e72f07c882e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 25 Feb 2009 16:26:17 +0000 Subject: [PATCH] sort on email --- planetlab/persons/persons.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planetlab/persons/persons.php b/planetlab/persons/persons.php index 575da0e..ca4cb78 100644 --- a/planetlab/persons/persons.php +++ b/planetlab/persons/persons.php @@ -145,10 +145,11 @@ $headers = array ("Peer"=>"string", ); // initial sort on email -$table=new PlekitTable("persons",$headers,4); +$table=new PlekitTable("persons",$headers,3); $table->start(); $peers=new Peers ($api); + // write rows foreach ($persons as $person) { -- 2.43.0