search for: keem

Displaying 1 result from an estimated 1 matches for "keem".

Did you mean: deem
2005 Dec 15
3
How to delete a record
...culo.us/scriptaculous/show/SortableListsDemo with ajax, first column the user who arent in the group, the second column those who are in the group. (is cooler than 2 oldschool selectlists ;) ) now i want to delete this record ex: (i want to remove the link between the user and the group, but wanna keem the user and group object group_id = 5 users_id = 10 User.connection.delete("DELETE * FROM groups_users WHERE group_id = " + group_id + " and user_id = " + users_id) Anyone can help me?