phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_sql.inc.php,1.80.2.5


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_sql.inc.php,1.80.2.5,1.80.2.6
Date: Mon, 20 May 2002 23:22:11 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv30751

Modified Files:
      Tag: Version-0_9_14-branch
        class.accounts_sql.inc.php 
Log Message:
remove stray whitespace

Index: class.accounts_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php,v
retrieving revision 1.80.2.5
retrieving revision 1.80.2.6
diff -C2 -r1.80.2.5 -r1.80.2.6
*** class.accounts_sql.inc.php  2 May 2002 22:13:15 -0000       1.80.2.5
--- class.accounts_sql.inc.php  21 May 2002 03:22:08 -0000      1.80.2.6
***************
*** 76,80 ****
                                . $this->data['status'] . "', account_expires=" 
. $this->data['expires']
                                . ($this->data['account_lid']?", 
account_lid='".$this->data['account_lid']."'":'')
!                               . " WHERE account_id='" . $this->account_id . 
"'",__LINE__,__FILE__);
                }
  
--- 76,80 ----
                                . $this->data['status'] . "', account_expires=" 
. $this->data['expires']
                                . ($this->data['account_lid']?", 
account_lid='".$this->data['account_lid']."'":'')
!                               . " WHERE account_id='" . $this->account_id . 
"'",__LINE__,__FILE__);
                }
  
***************
*** 206,211 ****
                        {
                                return $id_list[$account_id];
!                       }                               
!       
                        $this->db->query("SELECT account_lid FROM 
phpgw_accounts WHERE account_id=".$account_id,__LINE__,__FILE__);
                        if($this->db->num_rows())
--- 206,211 ----
                        {
                                return $id_list[$account_id];
!                       }
! 
                        $this->db->query("SELECT account_lid FROM 
phpgw_accounts WHERE account_id=".$account_id,__LINE__,__FILE__);
                        if($this->db->num_rows())
***************
*** 407,411 ****
                        return;
                }
!       } 
        /*!
         @class_end accounts
--- 407,411 ----
                        return;
                }
!       }
        /*!
         @class_end accounts




reply via email to

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