Removes the now unused make_forlife smarty function.
authorVincent Zanotti <vincent.zanotti@polytechnique.org>
Sun, 24 Aug 2008 00:29:30 +0000 (02:29 +0200)
committerVincent Zanotti <vincent.zanotti@polytechnique.org>
Sun, 24 Aug 2008 00:29:30 +0000 (02:29 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
plugins/function.make_forlife.php [deleted file]

diff --git a/plugins/function.make_forlife.php b/plugins/function.make_forlife.php
deleted file mode 100644 (file)
index faa8684..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/***************************************************************************
- *  Copyright (C) 2003-2008 Polytechnique.org                              *
- *  http://opensource.polytechnique.org/                                   *
- *                                                                         *
- *  This program is free software; you can redistribute it and/or modify   *
- *  it under the terms of the GNU General Public License as published by   *
- *  the Free Software Foundation; either version 2 of the License, or      *
- *  (at your option) any later version.                                    *
- *                                                                         *
- *  This program is distributed in the hope that it will be useful,        *
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
- *  GNU General Public License for more details.                           *
- *                                                                         *
- *  You should have received a copy of the GNU General Public License      *
- *  along with this program; if not, write to the Free Software            *
- *  Foundation, Inc.,                                                      *
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
- ***************************************************************************/
-
-function smarty_function_make_forlife($params, &$smarty)
-{
-  return make_forlife($params['prenom'], $params['nom'], $params['promo']);
-}
-
-/* vim: set expandtab enc=utf-8: */
-?>