From 2bf9e227b28f4e2983f39e896d4ec6e4be238c52 Mon Sep 17 00:00:00 2001 From: vinish Date: Wed, 27 Jul 2011 18:47:25 +0530 Subject: [PATCH] erx modification Signed-off-by: vinish --- interface/eRx_xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/eRx_xml.php b/interface/eRx_xml.php index 0fc713b86..fd366da2d 100644 --- a/interface/eRx_xml.php +++ b/interface/eRx_xml.php @@ -67,7 +67,7 @@ function validation($val_check,$val,$msg) function stripSpecialCharacterFacility($str) { - $str=preg_replace("/[^a-zA-Z'\-\s.,]/","",$str); + $str=preg_replace("/[^a-zA-Z0-9'\-\s.,]/","",$str); return $str; } -- 2.11.4.GIT