summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2014-02-04 15:16:25 +0100
committerUrban Müller2014-02-04 15:16:25 +0100
commitcc99031f89d6aafe0944f6265e91c128f8ebe194 (patch)
tree974aa0ab5f80101dc3b797e2189525cfe5ce6757
parent214ad705d3b25f39a77bc4f914fc502725d056c6 (diff)
downloaditools-cc99031f89d6aafe0944f6265e91c128f8ebe194.tar.gz
itools-cc99031f89d6aafe0944f6265e91c128f8ebe194.tar.bz2
itools-cc99031f89d6aafe0944f6265e91c128f8ebe194.zip
remove old warning message
-rw-r--r--it.class3
1 files changed, 0 insertions, 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' : '') .