[xoops-cvslog 58] CVS update: xoops2jp/html/include

Back to archive index

onokazu onoka****@users*****
2005年 6月 1日 (水) 19:18:33 JST


Index: xoops2jp/html/include/functions.php
diff -u xoops2jp/html/include/functions.php:1.2.6.10 xoops2jp/html/include/functions.php:1.2.6.11
--- xoops2jp/html/include/functions.php:1.2.6.10	Mon May 30 19:39:32 2005
+++ xoops2jp/html/include/functions.php	Wed Jun  1 19:18:32 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: functions.php,v 1.2.6.10 2005/05/30 10:39:32 onokazu Exp $
+// $Id: functions.php,v 1.2.6.11 2005/06/01 10:18:32 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -129,7 +129,7 @@
         }
     }
     if ($addToken != false) {
-        $token=&XoopsMultiTokenHandler::quickCreate('xoops_confirm');
+        $token=&XoopsMultiTokenHandler::quickCreate(XOOPS_TOKEN_DEFAULT);
         echo $token->getHtml();
     }
     echo '
@@ -149,7 +149,7 @@
 
 function xoops_confirm_validate()
 {
-    return XoopsMultiTokenHandler::quickValidate('xoops_confirm');
+    return XoopsMultiTokenHandler::quickValidate(XOOPS_TOKEN_DEFAULT);
 }
 
 function xoops_refcheck($docheck=1)


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