Ignore:
Timestamp:
2011/03/07 15:23:39 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

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

    r20534 r20538  
    162162    function getLastQuery($disp = true) { 
    163163        $sql = $this->conn->last_query; 
    164         if($disp) { 
    165             print($sql.";<br />\n"); 
     164        if ($disp) { 
     165            echo $sql . ";<br />\n"; 
    166166        } 
    167167        return $sql; 
Note: See TracChangeset for help on using the changeset viewer.