[pLog-svn] r6275 - plog/branches/lifetype-1.2/class/misc

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Mar 29 12:50:13 EDT 2008


Author: jondaley
Date: 2008-03-29 12:50:12 -0400 (Sat, 29 Mar 2008)
New Revision: 6275

Modified:
   plog/branches/lifetype-1.2/class/misc/glob.class.php
Log:
just a spacing change, making the indents all the same size

Modified: plog/branches/lifetype-1.2/class/misc/glob.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/misc/glob.class.php	2008-03-29 16:48:39 UTC (rev 6274)
+++ plog/branches/lifetype-1.2/class/misc/glob.class.php	2008-03-29 16:50:12 UTC (rev 6275)
@@ -155,22 +155,22 @@
                         }
                     }
                     return false;
-               }
-               if($pattern[$i] == "?") {
+                }
+                if($pattern[$i] == "?") {
               		continue;
-              }
-               if($flags == FNM_CASEFOLD){
-                   if(strtolower($pattern[$i]) != strtolower($file[$i])) {
-                       return false;
-                   }
-               }
-               else{
-                   if($pattern[$i] != $file[$i]) {
-                       return false;
-                   }
-               }
-         }
-         return true;
+                }
+                if($flags == FNM_CASEFOLD){
+                    if(strtolower($pattern[$i]) != strtolower($file[$i])) {
+                        return false;
+                    }
+                }
+                else{
+                    if($pattern[$i] != $file[$i]) {
+                        return false;
+                    }
+                }
+            }
+            return true;
         }
     }
 ?>



More information about the pLog-svn mailing list