Ignore:
Timestamp:
2008/08/22 21:02:42 (18 years ago)
Author:
Seasoft
Message:

・正式版からのマージ(ごく一部)
・ポイントの0セットに関わる調整( http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=1240&forum=2&viewmode=flat&order=ASC&start=30)
・フォーマット修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/db/dbfactory/SC_DB_DBFactory_MYSQL.php

    r17549 r17552  
    7575     * @return array 文字コード情報 
    7676     */ 
    77      function getCharSet() { 
    78         $objQuery = new SC_Query(); 
    79         $arrRet = $objQuery->getAll("SHOW VARIABLES LIKE 'char%'"); 
    80         return $arrRet; 
    81      } 
     77    function getCharSet() { 
     78        $objQuery = new SC_Query(); 
     79        $arrRet = $objQuery->getAll("SHOW VARIABLES LIKE 'char%'"); 
     80        return $arrRet; 
     81    } 
    8282     
    8383    /** 
Note: See TracChangeset for help on using the changeset viewer.