Aleksander Machniak
2012-05-22 041c93ce0bc00cb6417ce2e4bdce2ed84d37f50a
program/steps/addressbook/groups.inc
@@ -17,9 +17,6 @@
 +-----------------------------------------------------------------------+
 | Author: Thomas Bruederli <roundcube@gmail.com>                        |
 +-----------------------------------------------------------------------+
 $Id$
*/
$source = get_input_value('_source', RCUBE_INPUT_GPC);
@@ -64,10 +61,12 @@
    else
      $result = $plugin['result'];
    if ($result)
    if ($result){
      $OUTPUT->show_message('contactremovedfromgroup');
    else
      $OUTPUT->command('remove_group_contacts',array('source' => $source, 'gid' => $gid));
    }else{
      $OUTPUT->show_message($plugin['message'] ? $plugin['message'] : 'errorsaving', 'error');
    }
  }
}