diff options
author | Joey Smith <joey@php.net> | 2000-08-10 17:38:14 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2000-08-10 17:38:14 +0000 |
commit | a2cb77aa82628869d976096634c3ac3c7ceb0724 (patch) | |
tree | ffa59b5ffef95e66a3a26d89a65b12b73e180d1a /ext/imap/php_imap.c | |
parent | 5779f26561772b079b868afd917c780a5aeb0eb9 (diff) | |
download | php-git-a2cb77aa82628869d976096634c3ac3c7ceb0724.tar.gz |
Cut and paste error? :)
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 2384175b14..6e79a6b96c 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -137,7 +137,7 @@ function_entry imap_functions[] = { PHP_FE(imap_errors, NULL) PHP_FE(imap_last_error, NULL) #ifndef PHP_WIN32 - PHP_FALIAS(pdf_open_memory_image, warn_not_available, NULL) + PHP_FALIAS(imap_mail, warn_not_available, NULL) #else PHP_FE(imap_mail, NULL) #endif |