OSDN Git Service

merged 3.2 code
[nucleus-jp/nucleus-jp-ancient.git] / euc / nucleus / libs / PARSER.php
index 1b3ea0d..5703252 100755 (executable)
@@ -1,7 +1,7 @@
 <?php\r
 /**\r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 The Nucleus Group\r
   *\r
   * This program is free software; you can redistribute it and/or\r
   * modify it under the terms of the GNU General Public License\r
@@ -9,6 +9,8 @@
   * of the License, or (at your option) any later version.\r
   * (see nucleus/documentation/index.html#license for more info)\r
   *\r
+  * $Id: PARSER.php,v 1.3 2005-03-16 08:10:35 kimitake Exp $\r
+  * $NucleusJP: PARSER.php,v 1.3 2005/03/12 06:19:05 kimitake Exp $\r
   */\r
  \r
 /**\r
@@ -210,8 +212,8 @@ class BaseActions {
                // nothing to include\r
                if ($fsize <= 0)\r
                        return;\r
-       \r
-               $this->level = $this->level + 1;        \r
+               \r
+               $this->level = $this->level + 1;\r
                \r
                // read file \r
                $fd = fopen ($filename, 'r');\r
@@ -356,4 +358,4 @@ class BaseActions {
 \r
 }\r
  \r
-?>
\ No newline at end of file
+?>\r