From cc99031f89d6aafe0944f6265e91c128f8ebe194 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 4 Feb 2014 15:16:25 +0100 Subject: remove old warning message --- it.class | 3 --- 1 file changed, 3 deletions(-) diff --git a/it.class b/it.class index a7bdff6..25313f6 100644 --- a/it.class +++ b/it.class @@ -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' : '') . -- cgit v1.2.3