Add connection informations in Registration notification mail
[platal.git] / include / profil / update_emploi.inc.php
index 806f384..622cbb5 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   *
@@ -42,4 +42,5 @@ for($i = 0; $i < 2; $i++){
              $emailpro[$i], $email_pubpro[$i], $webpro[$i]);
 }
 XDB::execute("UPDATE auth_user_md5 set cv= {?} WHERE user_id = {?}", $cv, S::v('uid', -1));
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>