Update of /cvsroot/xoops/xoops-current/html/class
In directory usw-pr-cvs1:/tmp/cvs-serv4670
Modified Files:
xoopsobject.php
Log Message:
no message
Index: xoopsobject.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/class/xoopsobject.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xoopsobject.php 12 Aug 2002 20:33:26 -0000 1.2
--- xoopsobject.php 4 Sep 2002 09:54:28 -0000 1.3
***************
*** 78,83 ****
}
// public
! function getVar($key, $format="S"){
if ( $this->vars[$key]['type'] == "textbox" ) {
$myts =& MyTextSanitizer::getInstance();
--- 78,87 ----
}
+ function &getVars(){
+ return $this->vars;
+ }
+
// public
! function &getVar($key, $format="S"){
if ( $this->vars[$key]['type'] == "textbox" ) {
$myts =& MyTextSanitizer::getInstance();
|