Changeset 11053 for temp/branches


Ignore:
Timestamp:
2006/12/21 13:50:44 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/campaign/default/index.php

    r11052 r11053  
    3838 
    3939$objPage->tpl_dir_name = CAMPAIGN_TEMPLATE_PATH . $dir_name  . "/" . $status; 
     40 
     41sfprintr($objPage); 
     42 
    4043 
    4144//----¡¡¥Ú¡¼¥¸É½¼¨ 
     
    100103    // ¾¦ÉʰìÍ÷ 
    101104    $arrProducts = $objQuery->select("*", "vw_products_allclass AS allcls", $where, $arrval); 
    102      
     105sfprintr($arrProducts);  
    103106    for($i = 0; $i < count($arrProducts); $i++) { 
    104107        $objPage = lfMakeSelect($arrProducts[$i]['product_id'], $arrClassName, $arrClassCatName); 
Note: See TracChangeset for help on using the changeset viewer.