diff --git a/tools/modelGenerator.php b/tools/modelGenerator.php index 3ca52dc..a712c1f 100755 --- a/tools/modelGenerator.php +++ b/tools/modelGenerator.php @@ -138,8 +138,9 @@ class modelGenerator else $f .= " array (\"$unique\"),\n"; } - $f .= " ));\n\n"; + $f .= " ));\n"; } + $f .= "\n"; $f .= " // The titles\n"; $f .= " \$this->titles = array (\n"; foreach ($schema["fields"] as $field=>$params)