Ignore:
Timestamp:
2007/03/28 21:07:26 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/products/product.php

    r12003 r12004  
    180180$objPage->arrInfo = $objSiteInfo->data; 
    181181 
    182 // ¥µ¥Ö¾ðÊ󤬤¢¤ë¤«¤É¤¦¤«¥Á¥§¥Ã¥¯¤¹¤ë 
     182// ¥µ¥Ö¾ðÊó¤ÎÆþÎϤ¬¤¢¤ë¤«¤É¤¦¤«¥Á¥§¥Ã¥¯¤¹¤ë 
    183183$sub_find = false; 
    184184for ($cnt = 1; $cnt <= PRODUCTSUB_MAX; $cnt++) { 
     
    191191    } 
    192192} 
    193  
    194 if($sub_find == true) { 
    195     sfPrintR("ari"); 
    196 } 
     193$objPage->sub_find = $sub_find; 
    197194 
    198195$objView->assignobj($objPage); 
Note: See TracChangeset for help on using the changeset viewer.