Ignore:
Timestamp:
2011/03/16 16:06:34 (13 years ago)
Author:
kotani
Message:

#1162 ([管理画面]商品管理(登録・編集):許可されているタグでもエラーになる)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_CheckError.php

    r20658 r20665  
    6565 
    6666            foreach($value[2] as $tag) { 
     67                $tag = preg_replace('/^\\//', '\/', $tag); 
    6768                if(preg_match("/^" . $tag . "$/i", $val)) { 
    6869                    $find = true; 
    69                 } else { 
     70                    break; 
    7071                } 
    7172            } 
Note: See TracChangeset for help on using the changeset viewer.