From 3cf900244031048d73d8dc9cc4ae32a9362dca59 Mon Sep 17 00:00:00 2001 From: Michael Hamann <michael@content-space.de> Date: Sat, 18 Sep 2010 13:00:44 +0200 Subject: [PATCH] Corrected contact email of Andreas Haerter --- inc/utf8.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/utf8.php b/inc/utf8.php index 47e7ed61f..3d4de2289 100644 --- a/inc/utf8.php +++ b/inc/utf8.php @@ -23,7 +23,7 @@ if(!function_exists('utf8_isASCII')){ /** * Checks if a string contains 7bit ASCII only * - * @author Andreas Haerter <netzmeister@andreas-haerter.de> + * @author Andreas Haerter <andreas.haerter@dev.mail-node.com> */ function utf8_isASCII($str){ return (preg_match('/(?:[^\x00-\x7F])/', $str) !== 1); -- GitLab