Ignore:
Timestamp:
2013/06/08 18:59:30 (11 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/SC_SelectSql.php

    r22856 r22857  
    214214        if ($this->where) { 
    215215            $this->where .= ' AND ' . $statement; 
    216  
    217216        } else { 
    218217            $this->where = 'WHERE ' . $statement; 
     
    243242            if ($this->where) { 
    244243                $this->where .= ' AND ' . $where; 
    245  
    246244            } else { 
    247245                $this->where = 'WHERE ' . $where; 
     
    253251    { 
    254252            $this->order =  'ORDER BY ' . $order; 
    255  
    256253    } 
    257254 
     
    259256    { 
    260257        $this->group =  'GROUP BY ' . $group; 
    261  
    262258    } 
    263259 
Note: See TracChangeset for help on using the changeset viewer.