Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenTreeOfLife/phylografter into …
Browse files Browse the repository at this point in the history
…remove-legacy

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
rhr committed Apr 5, 2014
2 parents 6699ebf + 2ed8c7a commit 804f8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/snode.py
Expand Up @@ -49,7 +49,7 @@ def update_snode():
if data.get('ingroup'):
db(db.snode.tree==rec.tree).update(ingroup=False)

userName=' '.join([auth.user.first_name, auth.user.last_name]
userName=' '.join([auth.user.first_name, auth.user.last_name])
for k,v in data.items():
db.userEdit.insert(userName=userName,
tableName='snode',
Expand Down

0 comments on commit 804f8fb

Please sign in to comment.