diff options
author | tailor <cygnus@janrain.com> | 2007-04-03 00:20:04 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-04-03 00:20:04 +0000 |
commit | c2bd1d72782e1a9c115e7e2c3511d52e5ad40052 (patch) | |
tree | 32ddc96ea81cba13550e05ad7fc8f9bea23421d7 /Auth/OpenID/SQLiteStore.php | |
parent | 31ced3b12cf39ccd9a9426a6e75e026d57e13adb (diff) | |
download | php-openid-c2bd1d72782e1a9c115e7e2c3511d52e5ad40052.zip php-openid-c2bd1d72782e1a9c115e7e2c3511d52e5ad40052.tar.gz php-openid-c2bd1d72782e1a9c115e7e2c3511d52e5ad40052.tar.bz2 |
[project @ Docblock additions and fixes ]
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 |