Ignore:
Timestamp:
2012/02/11 05:48:00 (15 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_Query.php

    r21479 r21481  
    7777        } 
    7878        if (!PEAR::isError($this->conn)) { 
    79             $this->conn->setCharset("utf8"); 
     79            $this->conn->setCharset('utf8'); 
    8080            $this->conn->setFetchMode(MDB2_FETCHMODE_ASSOC); 
    8181        } 
Note: See TracChangeset for help on using the changeset viewer.