OSDN Git Service

FIX:Two undefined variable(BLOG.php)
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / action.php
index acdab03..56669ae 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /*
  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
- * Copyright (C) 2002-2007 The Nucleus Group
+ * Copyright (C) 2002-2009 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
@@ -14,9 +14,9 @@
  * File containing actions that can be performed by visitors of the site,
  * like adding comments, etc...
  * @license http://nucleuscms.org/license.txt GNU General Public License
- * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * @version $Id: action.php,v 1.8 2007-03-27 21:59:40 kmorimatsu Exp $
- * $NucleusJP: action.php,v 1.7 2007/02/04 06:28:44 kimitake Exp $
+ * @copyright Copyright (C) 2002-2009 The Nucleus Group
+ * @version $Id$
+ * $NucleusJP: action.php,v 1.8.2.1 2007/09/05 05:50:12 kimitake Exp $
  */
 
 $CONF = array();
@@ -33,4 +33,3 @@ if ($errorInfo) {
        doError($errorInfo['message'], new SKIN($errorInfo['skinid']) );
 }
 
-?>
\ No newline at end of file