update to D 7.17

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-12-08 11:35:42 +01:00
parent 975d758599
commit 5396b3e2b5
284 changed files with 3674 additions and 1854 deletions

View File

@@ -428,7 +428,7 @@ function openid_discovery($claimed_id) {
}
/**
* Implementation of hook_openid_discovery_method_info().
* Implements hook_openid_discovery_method_info().
*
* Define standard discovery methods.
*/
@@ -566,7 +566,7 @@ function _openid_xrds_discovery($claimed_id) {
}
/**
* Implementation of hook_openid_normalization_method_info().
* Implements hook_openid_normalization_method_info().
*
* Define standard normalization methods.
*/
@@ -1010,7 +1010,7 @@ function openid_verify_assertion_return_url($service, $response) {
/**
* Remove expired nonces from the database.
*
* Implementation of hook_cron().
* Implements hook_cron().
*/
function openid_cron() {
db_delete('openid_nonce')