phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: cdb/inc generic.class.php,1.2,1.3


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb/inc generic.class.php,1.2,1.3
Date: Mon, 04 Feb 2002 14:20:40 -0500

Update of /cvsroot/phpgroupware/cdb/inc
In directory subversions:/tmp/cvs-serv15352/inc

Modified Files:
        generic.class.php 
Log Message:
Minor changes.


Index: generic.class.php
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/inc/generic.class.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** generic.class.php   4 Feb 2002 18:55:22 -0000       1.2
--- generic.class.php   4 Feb 2002 19:20:37 -0000       1.3
***************
*** 63,67 ****
        function _let($var, $val) 
        {
!               if ($this->_var_valid($var)) {
                        if ($this->_get($var) != $val) 
                        {
--- 63,67 ----
        function _let($var, $val) 
        {
!               if ($this->_var_valid($var) && $this->can_write()) {
                        if ($this->_get($var) != $val) 
                        {
***************
*** 78,82 ****
        function _get($var) 
        {
!               if ($this->_var_valid($var)) 
                {
                        return $this->_[$var];
--- 78,82 ----
        function _get($var) 
        {
!               if ($this->_var_valid($var) && $this->can_read()) 
                {
                        return $this->_[$var];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]