1 post / 0 new
TheGameCrafter
Possible Bug: reversed attributes

In the Drupal 7 module there are these entries:
'clear' => $form_state['values']['drupalchat_allow_single_message_delete'],
'delmessage' => $form_state['values']['drupalchat_allow_clear_room_history'],
 
It seems that drupalchat_allow_single_message_delete should go with delmessage and  drupalchat_allow_clear_room_history should go with clear, whereas now they are reversed. Am I correct in my assumption?