Changeset 4894 for temp/trunk
- Timestamp:
- 2006/09/17 18:57:50 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/products/detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4893 r4894 2394 2394 // RANDOM()¤òRAND()¤ËÊÑ´¹¤¹¤ë 2395 2395 function sfChangeRANDOM($sql){ 2396 $changesql = eregi_replace("( random())", " RAND ", $sql);2396 $changesql = eregi_replace("( RANDOM)", " RAND ", $sql); 2397 2397 return $changesql; 2398 2398 } -
temp/trunk/html/products/detail.php
r4608 r4894 393 393 //¸¡º÷¾ò·ï 394 394 $col = "name, main_list_image, price01_min, price02_min, price01_max, price02_max, point_rate"; 395 $from = "vw_products_allclass AS V";395 $from = "vw_products_allclass "; 396 396 $where = "del_flg = 0 AND status = 1 AND (stock_max <> 0 OR stock_max IS NULL) AND product_id = ? "; 397 397 $arrval[] = $tmp_id;
Note: See TracChangeset
for help on using the changeset viewer.
