backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Wed, 9 Feb 2005 23:42:18 +0000 (23:42 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:08 +0000 (23:28 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-32
   forgotten line

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-466

htdocs/listes/trombi.php

index f7d8c71..e3af66c 100644 (file)
@@ -56,7 +56,6 @@ function getList($offset,$limit)
         } else {
             $membres[$member[0]] = Array('addr' => $member[0]);
         }
-        mysql_free_result($res);
     }
     return Array($total,$membres);
 }