thomascube
2012-01-05 b611d3a5dbc502c5a2077f82673d78bc30e925be
Simplify

1 files modified
5 ■■■■ changed files
program/steps/addressbook/func.inc 5 ●●●● patch | view | raw | blame | history
program/steps/addressbook/func.inc
@@ -56,10 +56,7 @@
  // TODO: define fields for vcards like GEO, KEY
);
$PAGE_SIZE = $RCMAIL->config->get('addressbook_pagesize');
if (!$PAGE_SIZE) {
    $PAGE_SIZE = $RCMAIL->config->get('pagesize', 50);
}
$PAGE_SIZE = $RCMAIL->config->get('addressbook_pagesize', $RCMAIL->config->get('pagesize', 50));
// Addressbook UI
if (!$RCMAIL->action && !$OUTPUT->ajax_call) {