Show
Ignore:
Timestamp:
11/08/07 19:01:22 (14 months ago)
Author:
jwage
Message:

-

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r3066 r3092  
    10111011     * classifyCallback 
    10121012     * 
    1013      * Callback function to classify a classname propperly.  
     1013     * Callback function to classify a classname properly.  
    10141014     * 
    10151015     * @param array $matches An array of matches from a pcre_replace call 
     
    10481048    public static function makeDirectories($path, $mode = 0777) 
    10491049    { 
    1050         if (is_dir($path) || is_file($path)) 
    1051         { 
     1050        if (is_dir($path) || is_file($path)) { 
    10521051          return true; 
    10531052        }