From 7f302271818454e24a55b37bb4bf8a601fb352eb Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Wed, 31 Jul 2002 01:03:31 +0000 Subject: removing the useless +1's on sizeof() and adding the mail_parameter for the getquot inside the imap_get_quotaroot function. thank Jani. --- ext/imap/php_imap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/imap/php_imap.h') diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index add4a2d0c1..6234ddc745 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -211,7 +211,6 @@ ZEND_BEGIN_MODULE_GLOBALS(imap) unsigned long status_uidvalidity; #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001) zval *quota_return; - zval *quotaroot_return; #endif ZEND_END_MODULE_GLOBALS(imap) -- cgit v1.2.1