Changeset 10941 for temp/branches


Ignore:
Timestamp:
2006/12/18 21:09:19 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php

    r10940 r10941  
    6868            default: 
    6969                break; 
    70             default: 
    71                 break; 
    7270        } 
    7371    } 
     
    7775    // ÆÉ¤ß¹þ¤àÎó¤È¥Æ¡¼¥Ö¥ë¤Î»ØÄê 
    7876    $col = "product_id, name, category_id, main_list_image, status, product_code, price01, stock, stock_unlimited"; 
    79     $from = "vw_products_nonclass AS noncls "; 
     77    $from = "vw_products_allclass AS allcls"; 
    8078         
    8179    $objQuery = new SC_Query(); 
     
    102100     
    103101    // view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ) 
    104     sfViewWhere("&&noncls_where&&", $where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true)); 
     102    sfViewWhere("&&allcls_where&&", $where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true)); 
    105103     
    106104    // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
     
    108106    break; 
    109107case 'view': 
    110     "<a href=\"#\" onclick="fmFormModeSubmit()">"; 
    111     $create_tag =  
     108    $create_tag = ""; 
    112109    $objPage->tpl_create_tag = $create_tag; 
    113110    break; 
Note: See TracChangeset for help on using the changeset viewer.