From bcbbbbc62e4fa79de4c04082b24bb978b6c3d781 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 28 Apr 2016 22:52:24 +1000 Subject: [PATCH] code cleanup --- booking.helper.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/booking.helper.inc b/booking.helper.inc index 83adc7b..b72ca9e 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -92,13 +92,6 @@ function _valid_phone_number($input) return TRUE; else return FALSE; - - /* - if (preg_match('^(?:\+61|0061|0)(\d{3})\s*(\d{3})\s*(\d{3})$', $number, $matches)) - { - - } - */ } function _valid_australian_mobile_number($input)