OSDN Git Service

#18507 - Typo at costume column name.
authormumin <mumincacao@users.sourceforge.jp>
Tue, 1 Sep 2009 14:57:52 +0000 (23:57 +0900)
committermumin <mumincacao@users.sourceforge.jp>
Tue, 1 Sep 2009 14:57:52 +0000 (23:57 +0900)
documents/changes.en.txt
documents/changes.ja.txt
trust_path/modules/sd3rd/class/handler/Costume.class.php

index b92c80f..6fa86ec 100644 (file)
@@ -1,3 +1,4 @@
+#18507 - Typo at costume column name.
 #18506 - Constructor has not compatibility at 5.2.x and 5.3.x.
 #18505 - Invalid table name at databae schema.
 #18386 - Remove help files.
index ab49d22..54352f6 100644 (file)
@@ -1,3 +1,4 @@
+#18507 - \82±\82·\97p\82Ä\81[\82Ô\82é\82Ì\82©\82ç\82Þ\96¼\82ª\82¨\82©\82µ\82©\82Á\82½\82Ì\82Å\8fC\90³
 #18506 - 5.3 \8cn\82Å\82Í\82­\82ç\82·\96¼\82±\82ñ\82·\82Æ\82ç\82­\82½\82Ì\93®\8dì\82ª\95Ï\82í\82Á\82Ä\82½\82Ì\82Å\8fC\90³
 #18505 - \82Å\81[\82½\82×\81[\82·\8d\\91¢\82ª\8aÔ\88á\82Á\82Ä\82½\82Ì\82Å\8fC\90³
 #18386 - \82Ö\82é\82Õ\8b@\94\\82ð\8dí\8f\9c
index a4681e9..ea05772 100644 (file)
@@ -47,7 +47,7 @@ class Sd3rd_CostumeObject extends XoopsSimpleObject
         $this->initVar('modify_act', XOBJ_DTYPE_INT, '', false);
         $this->initVar('modify_avoid', XOBJ_DTYPE_INT, '', false);
         $this->initVar('move_cost', XOBJ_DTYPE_INT, '', false);
-        $this->initVar('regist_time', XOBJ_DTYPE_INT, '', false);
+        $this->initVar('register_time', XOBJ_DTYPE_INT, '', false);
     }
 }