Skip to content

Commit

Permalink
fixed extra semi-colon in module file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont committed Nov 2, 2015
1 parent e0c988a commit d8ef753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion islandora_bookmark.module
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,6 @@ function islandora_bookmark_form_overview_table(array $bookmark_objs) {
$owner = user_load($bookmark->bookmarkOwner);
if ($bookmark->bookmarkOwner == 0) {
$owner_output = variable_get('islandora_bookmark_owner', 'Everyone');
;
}
else {
$owner_output = $owner->name;
Expand Down

0 comments on commit d8ef753

Please sign in to comment.