Ignore:
Timestamp:
2013/06/08 16:35:27 (13 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/db/SC_DB_DBFactory.php

    r22567 r22856  
    2929 * @version $Id:SC_DB_DBFactory.php 15532 2007-08-31 14:39:46Z nanasess $ 
    3030 */ 
    31 class SC_DB_DBFactory  
     31class SC_DB_DBFactory 
    3232{ 
    33  
    3433    /** 
    3534     * DB_TYPE に応じた DBFactory インスタンスを生成する. 
     
    7877            } 
    7978        } 
     79 
    8080        return $dsn; 
    8181    } 
     
    192192    { 
    193193        $objManager =& $objQuery->conn->loadModule('Manager'); 
     194 
    194195        return $objManager->listTables(); 
    195196    } 
Note: See TracChangeset for help on using the changeset viewer.