Ignore:
Timestamp:
2012/02/17 02:42:21 (12 years ago)
Author:
Seasoft
Message:

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

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/LC_Page_Admin_Home.php

    r21515 r21527  
    230230        $table = 'dtb_products'; 
    231231        $where = 'product_id IN (' 
    232                   . 'SELECT product_id FROM dtb_products_class ' 
    233                   . 'WHERE stock_unlimited = ? AND stock <= 0)'; 
     232               . 'SELECT product_id FROM dtb_products_class ' 
     233               . 'WHERE stock_unlimited = ? AND stock <= 0)'; 
    234234        return $objQuery->select($cols, $table, $where, array(UNLIMITED_FLG_LIMITED)); 
    235235    } 
Note: See TracChangeset for help on using the changeset viewer.