From 907f1ad63304b775d857195eb35b46fdb4a9066a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 21 Dec 2010 10:20:49 -0500 Subject: [PATCH] PHPCS importbookmarks --- plugins/Bookmark/importbookmarks.php | 46 ++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 13 deletions(-) diff --git a/plugins/Bookmark/importbookmarks.php b/plugins/Bookmark/importbookmarks.php index 38a53d800d..991329dd6d 100644 --- a/plugins/Bookmark/importbookmarks.php +++ b/plugins/Bookmark/importbookmarks.php @@ -1,8 +1,12 @@ . + * + * @category Bookmark + * @package StatusNet + * @author Evan Prodromou + * @copyright 2010 StatusNet, Inc. + * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 + * @link http://status.net/ */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..')); $shortoptions = 'i:n:f:'; -$longoptions = array('id=', 'nickname=', 'file='); +$longoptions = array('id=', 'nickname=', 'file='); $helptext = <<importBookmarks($user, $html); + $dbi->importBookmarks($user, $html); } catch (Exception $e) { print $e->getMessage()."\n"; -- 2.39.5