whitespace

This commit is contained in:
marijus 2014-06-14 15:38:44 +02:00
parent b9256eed30
commit bd06e58007
2 changed files with 0 additions and 3 deletions

View File

@ -1527,7 +1527,6 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
);
}
if($is_owner) {
$tabs[] = array(
'label' => t('Bookmarks'),

View File

@ -73,8 +73,6 @@ EOT;
$nav['usermenu']=array();
$userinfo = null;
if(local_user()) {
$nav['logout'] = Array('logout',t('Logout'), "", t('End this session'));