]> git.andy128k.dev Git - ipf-legacy-orm.git/commitdiff
User Accounts
authoravl <alex.litovchenko@gmail.com>
Mon, 24 Nov 2008 13:22:38 +0000 (15:22 +0200)
committeravl <alex.litovchenko@gmail.com>
Mon, 24 Nov 2008 13:22:38 +0000 (15:22 +0200)
ipf/orm/validator/timestamp.php

index b2143083353a97ea47ce4a03d3bf456000736ee5..ab951616f3f88b32d4002e3c44aaee7177857946 100644 (file)
@@ -23,7 +23,7 @@ class IPF_ORM_Validator_Timestamp
 
         if ( ! $timeValidator->validate($time)) {
             return false;
-        } 
+        }
 
         return true;
     }