alecpl
2010-03-31 6f31b356b2b21882b439324d233aceec413f4737
program/steps/mail/addcontact.inc
@@ -5,7 +5,7 @@
 | program/steps/mail/addcontact.inc                                     |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
 | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
@@ -19,6 +19,10 @@
*/
// only process ajax requests
if (!$OUTPUT->ajax_call)
  return;
$done = false;
$CONTACTS = $RCMAIL->get_address_book(null, true);