OSDN Git Service

localized createaccount.php
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / libs / ACTION.php
index 3208a25..50c31d8 100755 (executable)
@@ -15,8 +15,8 @@
  *
  * @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.2.2 2007-10-23 06:24:50 kimitake Exp $
- * $NucleusJP: ACTION.php,v 1.8.2.1 2007/08/08 05:17:54 kimitake Exp $
+ * @version $Id: ACTION.php,v 1.8.2.3 2007-10-24 09:05:58 kimitake Exp $
+ * $NucleusJP: ACTION.php,v 1.8.2.2 2007/10/23 06:24:50 kimitake Exp $
  */
 class ACTION
 {
@@ -229,7 +229,8 @@ class ACTION
                        if (postVar('desturl')) {
                                redirect(postVar('desturl'));
                        } else {
-                               header ("Content-Type: text/html; charset="._CHARSET);
+                               // header has been already sent, so deleted the line below
+                               //header ("Content-Type: text/html; charset="._CHARSET);
                                echo _MSG_ACTIVATION_SENT;
                        }
                        exit;
@@ -413,4 +414,4 @@ class ACTION
 
 }
 
-?>
\ No newline at end of file
+?>