Ignore:
Timestamp:
2012/01/17 16:15:39 (12 years ago)
Author:
Seasoft
Message:

2.12系へマイルストーン変更となったチケット分を差し戻し
r21376 #1582,#1526,#1449 作業を簡単にするため、本来対象外のチケット(#1526,#1449)も含めた
r21375 #1581
r21374 #797
r21373 #1583,#1526 作業を簡単にするため、本来対象外のチケット(#1526)も含めた
r21372 #1576
r21371 #1581

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design.php

    r21376 r21402  
    274274            $arrParams['anywhere'] = intval($objFormParam->getValue('anywhere_' . $i)); 
    275275            if ($arrParams['anywhere'] == 1) { 
    276                 $exists = $objQuery->exists('dtb_blocposition', 'anywhere = 1 AND bloc_id = ? AND device_type_id = ?', 
     276                $count = $objQuery->count('dtb_blocposition', 'anywhere = 1 AND bloc_id = ? AND device_type_id = ?', 
    277277                                          array($id, $device_type_id)); 
    278                 if ($exists) { 
     278                if ($count > 0) { 
    279279                    continue; 
    280280                } 
Note: See TracChangeset for help on using the changeset viewer.