Modified:
/trunk/wolf/helpers/Validate.php
=======================================
--- /trunk/wolf/helpers/Validate.php Mon Nov 29 10:34:32 2010
+++ /trunk/wolf/helpers/Validate.php Sat Dec 11 11:36:07 2010
@@ -839,7 +839,7 @@
'yt' => '976\d{2}'
);
- if (!preg_match($format[$territory], $postcode)) {
+ if (!preg_match('/'.$formats[$territory].'/', $postcode)) {
return false;
}