You've got $taklist_data and (later) $tasklist_data

On Jul 31, 2:17 pm, rtanz <[EMAIL PROTECTED]> wrote:
> why is it a typo?


 function beforeSave()   {
                $taklist_data = $this->Tasklist->query("SELECT
`memberships`.`module_id`, `memberships`.`user_id`, `tasks`.`id`as
task_id
                                                                FROM
`memberships` , `tasks`
                                                                WHERE
`tasks`.`role_id` =  `memberships`.`role_id`");
                return true;

                $this->Tasklist->save($tasklist_data);
        )


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to