Add connection informations in Registration notification mail
[platal.git] / include / profil / get_mentor.inc.php
index 74a1f10..063231e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2007 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -99,4 +99,5 @@ if((Post::v('mentor_secteur_op', '')== 'ajouter') && ($nb_mentor_secteurs < $max
 } elseif(Post::has('mentor_secteur_id_new')){
     $mentor_secteur_id_new = Post::v('mentor_secteur_id_new', '');
 }
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>