Changeset 13583 for branches/beta/html


Ignore:
Timestamp:
2007/05/29 09:55:21 (16 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

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

    r11975 r13583  
    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.