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

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

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/test/class/SC_Query_Test.php

    r22567 r22856  
    121121        $this->verify(); 
    122122    } 
    123  
    124123 
    125124    /** 
     
    289288            . "column3 char(1)" 
    290289            . ")"; 
     290 
    291291        return $this->objQuery->query($sql); 
    292292    } 
     
    298298            $this->objQuery->query("DROP TABLE test_table"); 
    299299        } 
     300 
    300301        return; 
    301302    } 
     
    309310            var_dump($result); 
    310311        } 
     312 
    311313        return $result; 
    312314    } 
Note: See TracChangeset for help on using the changeset viewer.