openid_cron()
Remove expired nonces from the database.
Implementation of hook_cron().
modules/openid/openid.module, line 671
<?php function openid_cron() { db_query("DELETE FROM {openid_nonce} WHERE expires < %d", time()); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen