From: Joey Smith Date: Thu, 10 Aug 2000 17:38:14 +0000 (+0000) Subject: Cut and paste error? :) X-Git-Tag: php-4.0.2RC1~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2cb77aa82628869d976096634c3ac3c7ceb0724;p=php Cut and paste error? :) --- 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