Changeset 27 for branches/dev/html/admin


Ignore:
Timestamp:
2007/01/24 18:32:29 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/total/index.php

    r17 r27  
    9999        } 
    100100 
    101         if($_POST['type'] != "") { 
    102             $type = $_POST['type']; 
     101        if($objFormParam->getValue('type') != "") { 
     102            $type = $objFormParam->getValue('type'); 
    103103        } 
    104104                 
Note: See TracChangeset for help on using the changeset viewer.