diff options
-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' : '') . |