Fix references to undefined variable.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 10 Apr 2010 11:19:00 +0000 (13:19 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 10 Apr 2010 11:19:00 +0000 (13:19 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/lists/lists.inc.php

index 38757c3..2307d9d 100644 (file)
@@ -43,7 +43,7 @@ function list_sort_owners(&$members, $tri_promo = true)
             if ($tri_promo) {
                 $promo = null;
             }
-            $membres[$key][$nom.$m] = Array('n' => $nom, 'l' => $m, 'p' => $promo, 'x' => $uid, 'b' => $broken);
+            $membres[$key][$nom.$mem] = Array('n' => $nom, 'l' => $mem, 'p' => $promo, 'x' => $uid, 'b' => $broken);
         }
     }