summaryrefslogtreecommitdiff
path: root/classes/Profile_tag.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-28 23:42:18 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-28 23:42:18 +0200
commit9587f9f55b55d2819f9ba57f7befd165ab842fa6 (patch)
tree1a8986578755dfb51ff6b04bdc7c007917e29fe5 /classes/Profile_tag.php
parentb03ece26eb1589c5200094f4d87455ca46db780b (diff)
* i18n/L10n and translator documentation updates.
* whitespace and indentation updates
Diffstat (limited to 'classes/Profile_tag.php')
-rw-r--r--classes/Profile_tag.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/Profile_tag.php b/classes/Profile_tag.php
index 0a1ad9cd6..ab6bab096 100644
--- a/classes/Profile_tag.php
+++ b/classes/Profile_tag.php
@@ -23,7 +23,6 @@ class Profile_tag extends Memcached_DataObject
###END_AUTOCODE
static function getTags($tagger, $tagged) {
-
$tags = array();
# XXX: store this in memcached
@@ -44,7 +43,6 @@ class Profile_tag extends Memcached_DataObject
}
static function setTags($tagger, $tagged, $newtags) {
-
$newtags = array_unique($newtags);
$oldtags = Profile_tag::getTags($tagger, $tagged);