diff options
author | tailor <cygnus@janrain.com> | 2007-01-04 00:07:42 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-01-04 00:07:42 +0000 |
commit | 9fc9dc4359b3123adbc2ee7e2fccfa085242edcb (patch) | |
tree | b821612e2a8377272a4ceec2557521e6fbd30d3d | |
parent | 950dde69d5ecd9d3bade44fc09f11052b81ec4f0 (diff) | |
download | php-openid-9fc9dc4359b3123adbc2ee7e2fccfa085242edcb.zip php-openid-9fc9dc4359b3123adbc2ee7e2fccfa085242edcb.tar.gz php-openid-9fc9dc4359b3123adbc2ee7e2fccfa085242edcb.tar.bz2 |
[project @ Max priority docstring]
-rw-r--r-- | Services/Yadis/XRDS.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Services/Yadis/XRDS.php b/Services/Yadis/XRDS.php index 27ead96..c78eb36 100644 --- a/Services/Yadis/XRDS.php +++ b/Services/Yadis/XRDS.php @@ -30,6 +30,10 @@ define('SERVICES_YADIS_MATCH_ALL', 101); */ define('SERVICES_YADIS_MATCH_ANY', 102); +/** + * The priority value used for service elements with no priority + * specified. + */ define('SERVICES_YADIS_MAX_PRIORITY', pow(2, 30)); function Services_Yadis_getNSMap() |