Changeset 4760 for temp/trunk


Ignore:
Timestamp:
2006/09/15 11:16:22 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/kakinaka/mysql.php

    r4759 r4760  
    4242        product_flag, 
    4343        deliv_date_id, 
    44         sale_limit, 
     44        sale_limit, 
    4545        point_rate, 
    4646        sale_unlimited, 
     
    5353    ) vw_products_allclass '; 
    5454     
    55 print(preg_replace("/[\r\n]/","",$sql)); 
     55print(preg_replace("/[\r\n\t]/","",$sql)); 
    5656 
    5757print("end"); 
Note: See TracChangeset for help on using the changeset viewer.