Changeset 15901


Ignore:
Timestamp:
2007/09/22 00:43:49 (16 years ago)
Author:
nanasess
Message:

未定義変数の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/products/LC_Page_Products_Review.php

    r15532 r15901  
    1414 * @package Page 
    1515 * @author LOCKON CO.,LTD. 
    16  * @version $Id$ 
     16 * @version $Id:LC_Page_Products_Review.php 15532 2007-08-31 14:39:46Z nanasess $ 
    1717 */ 
    1818class LC_Page_Products_Review extends LC_Page { 
     
    7575 
    7676                                ); 
     77 
     78        if (!isset($_POST['mode'])) $_POST['mode'] = ""; 
    7779        switch ($_POST['mode']){ 
    7880        case 'confirm': 
     
    199201        foreach ($arrConvList as $key => $val) { 
    200202            // POSTされてきた値のみ変換する。 
    201             if(strlen(($array[$key])) > 0) { 
     203            if(!empty($array[$key])) { 
    202204                $array[$key] = mb_convert_kana($array[$key] ,$val); 
    203205            } 
Note: See TracChangeset for help on using the changeset viewer.