diff options
author | tailor <cygnus@janrain.com> | 2007-01-10 19:56:21 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-01-10 19:56:21 +0000 |
commit | ae2040a2a0fe9cb1180601f2ec785f330e71727a (patch) | |
tree | 885b2199a3d41431a3f431b4b6713c2378d74216 /Auth/OpenID/BigMath.php | |
parent | 1e1f84afbec284dd3bd8a11dc4c19fe67143b2b4 (diff) | |
download | php-openid-ae2040a2a0fe9cb1180601f2ec785f330e71727a.zip php-openid-ae2040a2a0fe9cb1180601f2ec785f330e71727a.tar.gz php-openid-ae2040a2a0fe9cb1180601f2ec785f330e71727a.tar.bz2 |
[project @ FIX #2182: Finish up file-scoped vars]
Diffstat (limited to 'Auth/OpenID/BigMath.php')
-rw-r--r-- | Auth/OpenID/BigMath.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Auth/OpenID/BigMath.php b/Auth/OpenID/BigMath.php index 3113104..db3b543 100644 --- a/Auth/OpenID/BigMath.php +++ b/Auth/OpenID/BigMath.php @@ -335,7 +335,6 @@ class Auth_OpenID_GmpMathWrapper extends Auth_OpenID_MathLibrary{ * You can define new math library implementations and add them to * this array. */ -global $_Auth_OpenID_math_extensions; $_Auth_OpenID_math_extensions = array( array('modules' => array('gmp', 'php_gmp'), 'extension' => 'gmp', |