Integrates Google Apps account updates in plat/al' account updates.
[platal.git] / include / rss.inc.php
index b461376..9dc4f86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2008 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -51,7 +51,7 @@ function init_rss($template, $alias, $hash, $require_uid = true)
 
     if ($template) {
         header('Content-Type: application/rss+xml; charset=utf8');
-    }    
+    }
     return $uid;
 }