summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-08-17 18:32:43 +0000
committertailor <cygnus@janrain.com>2006-08-17 18:32:43 +0000
commitddcf13c181bd5bf17a37c93dd87e32ee5bf56f82 (patch)
treea4289b42f20a55a73cb1c5da8e16fad7a94d6802
parentb5987af1c72011675a3256a06436a9b02002e086 (diff)
downloadphp-openid-ddcf13c181bd5bf17a37c93dd87e32ee5bf56f82.zip
php-openid-ddcf13c181bd5bf17a37c93dd87e32ee5bf56f82.tar.gz
php-openid-ddcf13c181bd5bf17a37c93dd87e32ee5bf56f82.tar.bz2
[project @ Remove cruft]
-rw-r--r--Services/Yadis/XRI.php2
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);