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";