[xoops-cvslog 6122] CVS update: xoops2jp/html/core

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2007年 1月 20日 (土) 22:23:28 JST


Index: xoops2jp/html/core/XCube_ActionForm.class.php
diff -u xoops2jp/html/core/XCube_ActionForm.class.php:1.1.2.5 xoops2jp/html/core/XCube_ActionForm.class.php:1.1.2.6
--- xoops2jp/html/core/XCube_ActionForm.class.php:1.1.2.5	Thu Dec 28 23:17:48 2006
+++ xoops2jp/html/core/XCube_ActionForm.class.php	Sat Jan 20 22:23:28 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package XCube
- * @version $Id: XCube_ActionForm.class.php,v 1.1.2.5 2006/12/28 14:17:48 nobunobu Exp $
+ * @version $Id: XCube_ActionForm.class.php,v 1.1.2.6 2007/01/20 13:23:28 tom_g3x Exp $
  * @copyright Copyright 2005, 2006 XOOPS Cube Project <http://xoopscube.org/>
  * @license http://xoopscube.sourceforge.net/bsd_licenses.txt Modified BSD license
  *
@@ -162,7 +162,7 @@
 	 *  $this->set('name', 'Bob');  // Set 'Bob' to 'name'.
 	 * 
 	 * Example (2):
-	 *  $this->set('names', 0, 'Bob');  // Set 'Bob' to 'name[0]'.
+	 *  $this->set('names', 0, 'Bob');  // Set 'Bob' to 'names[0]'.
 	 */
 	function set()
 	{


xoops-cvslog メーリングリストの案内
Back to archive index