diff options
Diffstat (limited to 'Auth/OpenID/SQLiteStore.php')
-rw-r--r-- | Auth/OpenID/SQLiteStore.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Auth/OpenID/SQLiteStore.php b/Auth/OpenID/SQLiteStore.php index 95c4d1d..debb5fe 100644 --- a/Auth/OpenID/SQLiteStore.php +++ b/Auth/OpenID/SQLiteStore.php @@ -49,6 +49,9 @@ class Auth_OpenID_SQLiteStore extends Auth_OpenID_SQLStore { "INSERT INTO %s (server_url, timestamp, salt) VALUES (?, ?, ?)"; } + /** + * @access private + */ function _add_nonce($server_url, $timestamp, $salt) { // PECL SQLite extensions 1.0.3 and older (1.0.3 is the |