Taskmanager sample - brackets missing

Testing the Taskmanager sample, i discovered an error in
/samples/trunk/applications/TaskManager/handlers/Tasks.cfc

please replace line 15
rc.tasks = taskService.findAllWhere(isCompleted=isComplete);
with
rc.tasks = taskService.findAllWhere({isCompleted=isComplete});

Regards,
Daniel

This is fixed out on the SVN now. Thanks for the fix Daniel.

Curt Gratz
Computer Know How