Changeset 20461


Ignore:
Timestamp:
2011/03/02 15:19:05 (13 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:20460
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/class/SC_CheckError.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2FSC_CheckError.php
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20110302061830-tqijdiciiw2z0pro
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20110302061902-ag42jp65730a0v3b
bzr:revno:
3188
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-revisions:

data/class/SC_CheckError.php ohkouchi@loop-az.jp-20110302061830-tqijdiciiw2z0pro
bzr:timestamp:
2011-03-02 15:19:02.726999998 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-03-02T06:19:02.727000Z
Message:

#1082([共通]URLチェックが正しくチェックされない(URL_CHECK))

File:
1 edited

Legend:

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

    r20454 r20461  
    583583            return; 
    584584        } 
    585         if( strlen($this->arrParam[$value[1]]) > 0 && !preg_match( "/^https?://+($|[a-zA-Z0-9_~=:&\?\.\/-])+$/i", $this->arrParam[$value[1]] ) ) { 
     585         if( strlen($this->arrParam[$value[1]]) > 0 && !preg_match("@^https?://+($|[a-zA-Z0-9_~=:&\?\.\/-])+$@i", $this->arrParam[$value[1]] ) ) { 
    586586            $this->arrErr[$value[1]] = "※ " . $value[0] . "を正しく入力してください。<br />"; 
    587587        } 
Note: See TracChangeset for help on using the changeset viewer.