### Eclipse Workspace Patch 1.0 #P chatroom-DRUPAL-6--2 Index: chatroom.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/chatroom/chatroom.install,v retrieving revision 1.28 diff -u -r1.28 chatroom.install --- chatroom.install 11 Nov 2009 12:29:01 -0000 1.28 +++ chatroom.install 18 Nov 2009 21:04:44 -0000 @@ -448,7 +448,7 @@ $roles = db_query("SELECT * FROM {permission}"); require_once dirname(__FILE__) . '/chatroom.module'; - $chatroom_perms = chatroom_perms(); + $chatroom_perms = chatroom_perm(); while ($role = db_fetch_object($roles)) { $new_perms = array(); foreach (explode(', ', $role->perm) as $perm) {