From ce86865d1412185b1cd9cc9bbbce074daa597f3f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 26 Apr 2009 09:43:39 +0000 Subject: [PATCH] - correct clause --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index fc807bb745..270798f2d0 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1079,7 +1079,7 @@ PHP_RSHUTDOWN_FUNCTION(imap) #if !defined(CCLIENTVERSION) #if HAVE_IMAP2007e #define CCLIENTVERSION "2007e" -#elif HAVE_IMAP2007e +#elif HAVE_IMAP2007d #define CCLIENTVERSION "2007d" #elif HAVE_IMAP2007b #define CCLIENTVERSION "2007b" -- 2.50.1