alecpl
2010-07-30 e6ce0062f2331b8756cc91944ceaea8d7cbffd18
program/steps/settings/func.inc
@@ -75,7 +75,7 @@
    $list[$idx]['mail'] = trim($row['name'] . ' <' . $row['email'] .'>');
  // get all identites from DB and define list of cols to be displayed
  $plugin = $RCMAIL->plugins->exec_hook('list_identities', array(
  $plugin = $RCMAIL->plugins->exec_hook('identities_list', array(
    'list' => $list,
    'cols' => array('mail')));
@@ -131,7 +131,7 @@
  $sections['server'] = array('id' => 'server',  'section' => rcube_label('serversettings'));
  // hook + define list cols
  $plugin = $RCMAIL->plugins->exec_hook('list_prefs_sections',
  $plugin = $RCMAIL->plugins->exec_hook('preferences_sections_list',
        array('list' => $sections, 'cols' => array('section')));
  $sections = $plugin['list'];
@@ -676,7 +676,7 @@
    break;
    }
    $data = $RCMAIL->plugins->exec_hook('user_preferences', array('section' => $sect['id'], 'blocks' => $blocks));
    $data = $RCMAIL->plugins->exec_hook('preferences_list', array('section' => $sect['id'], 'blocks' => $blocks));
    $found = false;
    
    // create output