Merge branch '2.0'

This commit is contained in:
William DURAND 2011-12-05 18:43:23 +01:00
commit 600808b2a1
15 changed files with 1644 additions and 1597 deletions

View file

@ -188,6 +188,7 @@ EOT
'[Propel] Exception',
'',
$e->getMessage()), 'fg=white;bg=red');
return false;
}
@ -279,8 +280,10 @@ EOT
), 'fg=green;bg=black');
} else {
$this->writeTaskError($output, 'insert-sql', false);
return false;
}
return true;
}
}