diff options
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r-- | templates/bookmarks.tpl.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index ce34634..7ab54ab 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -6,10 +6,6 @@ $bookmarkservice =& ServiceFactory::getServiceInstance('BookmarkService'); $tagservice =& ServiceFactory::getServiceInstance('TagService'); $cdservice =& ServiceFactory::getServiceInstance('CommonDescriptionService'); -//$logged_on_userid = $userservice->getCurrentUserId(); -//$currentUser = $userservice->getCurrentUser(); -//$currentUsername = $currentUser[$userservice->getFieldName('username')]; - // Momentary useful to go to object code $currentObjectUser = $userservice->getCurrentObjectUser(); |