Closes #3123, Unnecessary comment generated by bake

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5660 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-09-16 19:56:55 +00:00
parent 5c7f53d9fb
commit 563019c91f

View file

@ -488,7 +488,10 @@ class ModelTask extends Shell {
$out .= "\n";
if (!empty($associations)) {
if(!empty($associations['belongsTo']) || !empty($associations['$hasOne']) || !empty($associations['hasMany']) || !empty($associations['hasAndBelongsToMany'])) {
$out.= "\t//The Associations below have been created with all possible keys, those that are not needed can be removed\n";
}
if (!empty($associations['belongsTo'])) {
$out .= "\tvar \$belongsTo = array(\n";