[xoops-cvslog 1607] CVS update: xoops2jp/html/kernel

Back to archive index

Minahito minah****@users*****
2006年 1月 8日 (日) 17:01:35 JST


Index: xoops2jp/html/kernel/object.php
diff -u xoops2jp/html/kernel/object.php:1.2.8.3 xoops2jp/html/kernel/object.php:1.2.8.4
--- xoops2jp/html/kernel/object.php:1.2.8.3	Mon Jan  2 21:40:26 2006
+++ xoops2jp/html/kernel/object.php	Sun Jan  8 17:01:35 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: object.php,v 1.2.8.3 2006/01/02 12:40:26 minahito Exp $
+// $Id: object.php,v 1.2.8.4 2006/01/08 08:01:35 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -395,6 +395,14 @@
         }
         return $ret;
     }
+
+	/**
+	 * @deprecated
+	 */
+	function get($key)
+	{
+		return $this->vars[$key]['value'];
+	}
     
     /**
      * Return value as raw.


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