It seems that forlife are firstname.name.promo, not name.firstname.promo...
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 17 Apr 2008 15:57:48 +0000 (17:57 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 17 Apr 2008 15:58:53 +0000 (17:58 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
plugins/function.make_forlife.php

index 8578f90..a9c94e7 100644 (file)
@@ -22,7 +22,7 @@ require_once 'platal.inc.php';
 
 function smarty_function_make_forlife($params, &$smarty)
 {
-  return make_forlife($params['nom'], $params['prenom'], $params['promo']);
+  return make_forlife($params['prenom'], $params['nom'], $params['promo']);
 }
 
 /* vim: set expandtab enc=utf-8: */