[pLog-svn] r4945 - plog/branches/lifetype-1.2/class/data/validator/rules

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Mar 3 08:13:33 EST 2007


Author: jondaley
Date: 2007-03-03 08:13:33 -0500 (Sat, 03 Mar 2007)
New Revision: 4945

Modified:
   plog/branches/lifetype-1.2/class/data/validator/rules/urlformatrule.class.php
Log:
we don't want a URL that doesn't have a servername and TLD

Modified: plog/branches/lifetype-1.2/class/data/validator/rules/urlformatrule.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/validator/rules/urlformatrule.class.php	2007-03-03 13:10:45 UTC (rev 4944)
+++ plog/branches/lifetype-1.2/class/data/validator/rules/urlformatrule.class.php	2007-03-03 13:13:33 UTC (rev 4945)
@@ -54,8 +54,8 @@
                                                 'Protocol' => false, /**/
                                                 'User' => false, /**/
                                                 'Password' => false, /**/
-                                                'Server' => false, /**/
-                                                'TLD' => false, /**/
+                                                'Server' => true, /**/
+                                                'TLD' => true, /**/
                                                 'Port' => false, /**/
                                                 'Resource' => false, /**/
                                                 'QueryString' => false, /**/



More information about the pLog-svn mailing list