Convert source code to UTF-8
[platal.git] / include / profil / update_deco.inc.php
index 24eef73..da6d8ad 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   *
@@ -21,5 +21,5 @@
 
 XDB::execute("UPDATE auth_user_quick SET profile_medals_pub = {?} WHERE user_id = {?}", $medals_pub, S::v('uid', -1));
 
-// vim:set et sws=4 sw=4 sts=4:
+// vim:set et sws=4 sw=4 sts=4 enc=utf-8:
 ?>