[xoops-cvslog 4370] CVS update: xoops2jp/html/modules/user/forms

Back to archive index

Minahito minah****@users*****
2006年 8月 26日 (土) 13:58:27 JST


Index: xoops2jp/html/modules/user/forms/UserDeleteForm.class.php
diff -u /dev/null xoops2jp/html/modules/user/forms/UserDeleteForm.class.php:1.1.2.1
--- /dev/null	Sat Aug 26 13:58:27 2006
+++ xoops2jp/html/modules/user/forms/UserDeleteForm.class.php	Sat Aug 26 13:58:27 2006
@@ -0,0 +1,20 @@
+<?php
+
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
+require_once XOOPS_ROOT_PATH . "/class/XCube_ActionForm.class.php";
+require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php";
+
+class User_UserDeleteForm extends XCube_ActionForm
+{
+	function getTokenName()
+	{
+		return "module.user.UserDeleteForm.TOKEN";
+	}
+
+	function prepare()
+	{
+	}
+}
+
+?>


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