Changeset 13582 for branches/dev


Ignore:
Timestamp:
2007/05/29 09:53:26 (19 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/products/detail.php

    r11975 r13582  
    193193$objPage->tpl_large_width = $large_width + 60; 
    194194$objPage->tpl_large_height = $large_height + 80; 
     195 
     196lfConvertParam(); 
    195197 
    196198$objView->assignobj($objPage); 
     
    470472} 
    471473 
     474function lfConvertParam() { 
     475    global $objPage; 
     476     
     477    $value = $objPage->arrForm['quantity']['value']; 
     478    $objPage->arrForm['quantity']['value'] = htmlspecialchars($value, ENT_QUOTES, CHAR_CODE); 
     479} 
    472480?> 
Note: See TracChangeset for help on using the changeset viewer.