OSDN Git Service

CHANGE: クエリが返り値を戻さない場合にオブジェクトのパラメーター呼び出しに失敗する警告に対応。
[nucleus-jp/nucleus-jp-ancient.git] / atom.php
index 566b5df..7db9668 100755 (executable)
--- a/atom.php
+++ b/atom.php
@@ -1,7 +1,7 @@
 <?php
 /*
  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
- * Copyright (C) 2002-2011 The Nucleus Group
+ * Copyright (C) 2002-2012 The Nucleus Group
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * (see nucleus/documentation/index.html#license for more info)
  */
 
-/**
- * Nucleus Atom Syndication
- * @license http://nucleuscms.org/license.txt GNU General Public License
- * @copyright Copyright (C) 2002-2011 The Nucleus Group
- * @version $Id$
- * $NucleusJP: atom.php,v 1.6 2006/07/12 07:11:45 kimitake Exp $
- */
-
 header('Pragma: no-cache');
 
 $CONF = array();