Changeset 15966


Ignore:
Timestamp:
2007/09/24 10:50:40 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_DbConn.php

    r15965 r15966  
    4949            } 
    5050        } 
     51        $objDbConnMDB2->setFetchMode(MDB2_FETCHMODE_ASSOC);  
    5152         
    5253        $this->conn = $objDbConn; 
     
    5657        $this->err_disp = $err_disp; 
    5758         
    58         $this->conn_mdb2->setFetchMode(MDB2_FETCHMODE_ASSOC);  
    5959    } 
    6060     
Note: See TracChangeset for help on using the changeset viewer.