diff --git a/addressbook/inc/class.csv_export.inc.php b/addressbook/inc/class.csv_export.inc.php index 70c4d68f66..bfb9671001 100644 --- a/addressbook/inc/class.csv_export.inc.php +++ b/addressbook/inc/class.csv_export.inc.php @@ -1,16 +1,13 @@ * -* ------------------------------------------------------------------------ * -* This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the * -* Free Software Foundation; either version 2 of the License, or (at your * -* option) any later version. * -\**************************************************************************/ - -/* $Id$ */ +/** + * Addressbook - export to csv + * + * @link www.egroupware.org + * @author Ralf Becker + * @copyright (c) 2006 by Ralf Becker + * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License + * @version $Id$ + */ /** * export to csv @@ -37,7 +34,11 @@ class csv_export } /** - * Create a csv export + * Exports some contacts as CSV: download or write to a file + * + * @param array $ids contact-ids + * @param array $fields + * @param string $file filename or null for download */ function export($ids,$fields,$file=null) {