diff options
author | Josh Hoyt <josh@janrain.com> | 2006-01-28 00:28:58 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-01-28 00:28:58 +0000 |
commit | 2df53d6f63c2b78fd76796f1bb32e3bee0171bdf (patch) | |
tree | 0515920868b415ad17b62857847347786d2b5084 /Auth/OpenID/Util.php | |
parent | 82ada6dd9395d0a3ad44710e313eee63e1671c1c (diff) | |
download | php-openid-2df53d6f63c2b78fd76796f1bb32e3bee0171bdf.zip php-openid-2df53d6f63c2b78fd76796f1bb32e3bee0171bdf.tar.gz php-openid-2df53d6f63c2b78fd76796f1bb32e3bee0171bdf.tar.bz2 |
[project @ namespace ensureDir]
Diffstat (limited to 'Auth/OpenID/Util.php')
-rw-r--r-- | Auth/OpenID/Util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Util.php b/Auth/OpenID/Util.php index 8e93782..dba3c28 100644 --- a/Auth/OpenID/Util.php +++ b/Auth/OpenID/Util.php @@ -25,7 +25,7 @@ $_Auth_OpenID_punct = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"; * make sure that it is, in fact, a directory. Returns true if the * operation succeeded; false if not. */ -function ensureDir($dir_name) +function Auth_OpenID_ensureDir($dir_name) { if (@mkdir($dir_name) || is_dir($dir_name)) { return true; |