diff options
author | Urban Müller | 2014-02-04 15:16:25 +0100 |
---|---|---|
committer | Urban Müller | 2014-02-04 15:16:25 +0100 |
commit | cc99031f89d6aafe0944f6265e91c128f8ebe194 (patch) | |
tree | 974aa0ab5f80101dc3b797e2189525cfe5ce6757 | |
parent | 214ad705d3b25f39a77bc4f914fc502725d056c6 (diff) | |
download | itools-cc99031f89d6aafe0944f6265e91c128f8ebe194.tar.gz itools-cc99031f89d6aafe0944f6265e91c128f8ebe194.tar.bz2 itools-cc99031f89d6aafe0944f6265e91c128f8ebe194.zip |
remove old warning message
-rw-r--r-- | it.class | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -322,9 +322,6 @@ static function toascii($text) */ static function convertregex($pattern, $p = null) { - if ($p['exec']) - it::fatal("Option exec to it::replace has been removed for security reasons"); - return '/' . strtr($pattern, array('/' => '\/')) . '/' . (!$p['casesensitive'] ? 'i' : '') . ($p['multiline'] ? 'm' : '') . |