Changeset 4760 for temp/trunk
- Timestamp:
- 2006/09/15 11:16:22 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/mysql.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/mysql.php
r4759 r4760 42 42 product_flag, 43 43 deliv_date_id, 44 sale_limit,44 sale_limit, 45 45 point_rate, 46 46 sale_unlimited, … … 53 53 ) vw_products_allclass '; 54 54 55 print(preg_replace("/[\r\n ]/","",$sql));55 print(preg_replace("/[\r\n\t]/","",$sql)); 56 56 57 57 print("end");
Note: See TracChangeset
for help on using the changeset viewer.
