Show
Ignore:
Timestamp:
11/25/07 20:30:51 (14 months ago)
Author:
jwage
Message:

A few fixes to Migrations and formatting/code fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r3223 r3228  
    11151115    public static function makeDirectories($path, $mode = 0777) 
    11161116    { 
    1117         if (!$path) { 
     1117        if ( ! $path) { 
    11181118          return false; 
    11191119        }