Skip to content

Commit

Permalink
Merge branch 'master' into talmdal_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Jun 7, 2010
2 parents af240a3 + fef5cf9 commit 32241cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/rest/helpers/rest_event.php
Expand Up @@ -29,6 +29,13 @@ static function user_before_delete($user) {
->execute();
}


static function change_provider($new_provider) {
db::build()
->delete("user_access_keys")
->execute();
}

/**
* Called after a user has been added. Just add a remote access key
* on every add.
Expand Down

0 comments on commit 32241cd

Please sign in to comment.