diff options
author | tailor <cygnus@janrain.com> | 2006-08-17 18:32:43 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-08-17 18:32:43 +0000 |
commit | ddcf13c181bd5bf17a37c93dd87e32ee5bf56f82 (patch) | |
tree | a4289b42f20a55a73cb1c5da8e16fad7a94d6802 | |
parent | b5987af1c72011675a3256a06436a9b02002e086 (diff) | |
download | php-openid-ddcf13c181bd5bf17a37c93dd87e32ee5bf56f82.zip php-openid-ddcf13c181bd5bf17a37c93dd87e32ee5bf56f82.tar.gz php-openid-ddcf13c181bd5bf17a37c93dd87e32ee5bf56f82.tar.bz2 |
[project @ Remove cruft]
-rw-r--r-- | Services/Yadis/XRI.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/Yadis/XRI.php b/Services/Yadis/XRI.php index 91af490..c4b49ba 100644 --- a/Services/Yadis/XRI.php +++ b/Services/Yadis/XRI.php @@ -58,7 +58,7 @@ function _escape_xref($xref_match) function Services_Yadis_escapeForIRI($xri) { - global $_xref_re, $_escapeme_re; + global $_xref_re; $xri = str_replace('%', '%25', $xri); $xri = preg_replace_callback($_xref_re, '_escape_xref', $xri); |