From: Dan Kalowsky Date: Tue, 20 May 2003 16:34:04 +0000 (+0000) Subject: NIL, NULL, same thing, but changing for consistency sake X-Git-Tag: RELEASE_1_0_2~686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99a616b0b9aa69748a9a7843f354dd84429f12ac;p=php NIL, NULL, same thing, but changing for consistency sake --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 25d79ad2d8..b30ab3ee80 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -386,7 +386,7 @@ static void php_imap_init_globals(zend_imap_globals *imap_globals) imap_globals->folderlist_style = FLIST_ARRAY; #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001) - imap_globals->quota_return = NULL; + imap_globals->quota_return = NIL; #endif } /* }}} */