Modified:
branches/0.11/lib/Doctrine/Data/Export.php
Log:
Fixing comment indention.
Modified: branches/0.11/lib/Doctrine/Data/Export.php
===================================================================
--- branches/0.11/lib/Doctrine/Data/Export.php 2008-05-17 00:33:43 UTC (rev 4368)
+++ branches/0.11/lib/Doctrine/Data/Export.php 2008-05-17 01:16:09 UTC (rev 4369)
@@ -64,7 +64,7 @@
$data = array();
- // for situation when the $models array is empty, but the $specifiedModels array isn't
+ // for situation when the $models array is empty, but the $specifiedModels array isn't
if (empty($models)) {
$models = $specifiedModels;
}