Skip to content
Snippets Groups Projects
Commit eb8b7fb9 authored by Demian Katz's avatar Demian Katz
Browse files

Dependencies for getTagString are now met -- can uncomment.

parent 7f457ef8
No related merge requests found
......@@ -176,7 +176,6 @@ class User extends RowGateway
public function getTagString($resourceId = null, $listId = null,
$source = 'VuFind'
) {
/* TODO
$myTagList = $this->getTags($resourceId, $listId, $source);
$tagStr = '';
if (count($myTagList) > 0) {
......@@ -189,7 +188,6 @@ class User extends RowGateway
}
}
return trim($tagStr);
*/
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment