summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Store/SQLStore.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-01-24 18:37:29 +0000
committertailor <cygnus@janrain.com>2006-01-24 18:37:29 +0000
commitbc14e9b0c1443ad09a44c6b27812ae9c116d78f9 (patch)
tree2dbca940bc43c4530e4169db05412f24309e2730 /Auth/OpenID/Store/SQLStore.php
parent3a632f7a82615e6d6c6a43f54d2f5fab43ddeaa2 (diff)
downloadphp-openid-bc14e9b0c1443ad09a44c6b27812ae9c116d78f9.zip
php-openid-bc14e9b0c1443ad09a44c6b27812ae9c116d78f9.tar.gz
php-openid-bc14e9b0c1443ad09a44c6b27812ae9c116d78f9.tar.bz2
[project @ Changed require_once() to require_once per PEAR proposal comment.]
Diffstat (limited to 'Auth/OpenID/Store/SQLStore.php')
-rw-r--r--Auth/OpenID/Store/SQLStore.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/Store/SQLStore.php b/Auth/OpenID/Store/SQLStore.php
index 2fb91c7..0a3671d 100644
--- a/Auth/OpenID/Store/SQLStore.php
+++ b/Auth/OpenID/Store/SQLStore.php
@@ -17,8 +17,8 @@
* Require the PEAR DB module because we'll need it for the SQL-based
* stores implemented here.
*/
-require_once('DB.php');
-require_once('Interface.php');
+require_once 'DB.php';
+require_once 'Interface.php';
/**
* Converts a query result to a boolean. If the result is a PEAR