fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8987] bkbooking: nsf update fixed member number


From: Kjell Arne Espedal
Subject: [Fmsystem-commits] [8987] bkbooking: nsf update fixed member number
Date: Fri, 16 Mar 2012 14:04:27 +0000

Revision: 8987
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8987
Author:   kjell
Date:     2012-03-16 14:04:26 +0000 (Fri, 16 Mar 2012)
Log Message:
-----------
bkbooking: nsf update fixed member number

Modified Paths:
--------------
    
branches/dev-thomasez/booking/inc/vendor/symfony/validator/sfValidatorNorwegianOrganizationNumber.class.php

Modified: 
branches/dev-thomasez/booking/inc/vendor/symfony/validator/sfValidatorNorwegianOrganizationNumber.class.php
===================================================================
--- 
branches/dev-thomasez/booking/inc/vendor/symfony/validator/sfValidatorNorwegianOrganizationNumber.class.php
 2012-03-16 13:18:12 UTC (rev 8986)
+++ 
branches/dev-thomasez/booking/inc/vendor/symfony/validator/sfValidatorNorwegianOrganizationNumber.class.php
 2012-03-16 14:04:26 UTC (rev 8987)
@@ -28,6 +28,6 @@
   {    
     parent::configure($options, $messages);
     // also accept 5 digits even if its not a valid organization number
-    $this->setOption('pattern', '/(^\d{9}$)|(^\d{5}$)/');
+    $this->setOption('pattern', '/(^\d{6}$)|(^\d{4}$)/');
   }
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]