Ignore:
Timestamp:
2012/01/06 19:54:03 (12 years ago)
Author:
kotani
Message:

Merge from version-2_11-dev

File:
1 edited

Legend:

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

    r21185 r21390  
    268268        $objQuery = new SC_Query_Ex(); 
    269269 
    270         $count = $objQuery->count($table, $where, array($objRet->product_id)); 
    271         if ($count) { 
     270        $exists = $objQuery->exists($table, $where, array($objRet->product_id)); 
     271        if ($exists) { 
    272272            $arrUpdate = array( 
    273273                'module_code' => $objRet->product_code, 
Note: See TracChangeset for help on using the changeset viewer.