Changeset 13583 for branches/beta/html
- Timestamp:
- 2007/05/29 09:55:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/html/products/detail.php
r11975 r13583 193 193 $objPage->tpl_large_width = $large_width + 60; 194 194 $objPage->tpl_large_height = $large_height + 80; 195 196 lfConvertParam(); 195 197 196 198 $objView->assignobj($objPage); … … 470 472 } 471 473 474 function lfConvertParam() { 475 global $objPage; 476 477 $value = $objPage->arrForm['quantity']['value']; 478 $objPage->arrForm['quantity']['value'] = htmlspecialchars($value, ENT_QUOTES, CHAR_CODE); 479 } 472 480 ?>
Note: See TracChangeset
for help on using the changeset viewer.