Changeset 3228 for trunk/lib/Doctrine.php
- Timestamp:
- 11/25/07 20:30:51 (14 months ago)
- Files:
-
- 1 modified
-
trunk/lib/Doctrine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine.php
r3223 r3228 1115 1115 public static function makeDirectories($path, $mode = 0777) 1116 1116 { 1117 if ( !$path) {1117 if ( ! $path) { 1118 1118 return false; 1119 1119 }