Changeset 3891

Show
Ignore:
Timestamp:
02/23/08 22:41:03 (17 months ago)
Author:
jwage
Message:

Removed faulty code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/lib/Doctrine/Import/Builder.php

    r3889 r3891  
    882882        $code .= PHP_EOL . $definitionCode; 
    883883 
    884         $bytes = file_put_contents($writePath, $code); 
    885         return; 
    886          
    887884        if (isset($definition['generate_once']) && $definition['generate_once'] === true) { 
    888885            if ( ! file_exists($writePath)) {