Adapts email related user defined parameters to the new mail chain.
[platal.git] / plugins / function.display_education.php
index 4e7db2a..330acd7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2010 Polytechnique.org                              *
+ *  Copyright (C) 2003-2011 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -65,7 +65,7 @@ function display_education($name, $url, $degree, $gradYear, $field, $program, $f
     return $txt;
 }
 
-function smarty_function_display_education($params, &$smarty)
+function smarty_function_display_education($params, $smarty)
 {
     $params = new PlDict($params);
     $edu = $params->v('edu');