Changeset 4701 for temp/trunk


Ignore:
Timestamp:
2006/09/13 13:43:55 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_DbConn.php

    r4700 r4701  
    11<?php 
    22$current_dir = realpath(dirname(__FILE__)); 
    3 require_once($current_dir . "/../module/DB.php"); 
     3//require_once($current_dir . "/../module/DB.php"); 
    44 
    55$objDbConn = ""; 
     
    8484        } 
    8585         
    86         sfprintr($n); 
    87          
    8886        if ( $arr ){ 
    8987            $result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
Note: See TracChangeset for help on using the changeset viewer.