From 6ea8b2d3b854d7a48c7f14fb38c6f1ee4104f7bf Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 9 Mar 2016 23:51:27 +1100 Subject: [PATCH] Wrap long line --- libraries/Bookmark.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/Bookmark.php b/libraries/Bookmark.php index b6f7a80389..1790cc503b 100644 --- a/libraries/Bookmark.php +++ b/libraries/Bookmark.php @@ -179,7 +179,8 @@ class Bookmark * * @param array $bkm_fields the properties of the bookmark to add; here, * $bkm_fields['bkm_sql_query'] is urlencoded - * @param boolean $all_users whether to make the bookmark available for all users + * @param boolean $all_users whether to make the bookmark available + * for all users * * @return Bookmark|false */ @@ -275,8 +276,8 @@ class Bookmark * @global resource $controllink the controluser db connection handle * */ - public static function get($db, $id, $id_field = 'id', $action_bookmark_all = false, - $exact_user_match = false + public static function get($db, $id, $id_field = 'id', + $action_bookmark_all = false, $exact_user_match = false ) { global $controllink;