From: Zeev Suraski Date: Thu, 15 Aug 2002 00:37:21 +0000 (+0000) Subject: coming to think of it, it shouldn't be necessary at all (thanks Jani :) X-Git-Tag: php-4.3.0dev_zend2_alpha3~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e6b647741de96757c6776119b0f819952becf37;p=php coming to think of it, it shouldn't be necessary at all (thanks Jani :) --- diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c index 0438f1ffe7..84437c1725 100644 --- a/ext/vpopmail/php_vpopmail.c +++ b/ext/vpopmail/php_vpopmail.c @@ -252,7 +252,6 @@ PHP_FUNCTION(vpopmail_add_alias_domain) char TmpBuf1[300]; char TmpBuf2[300]; int uid, gid; - TSRMLS_FETCH(); if (ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &domain, &aliasdomain) == FAILURE) WRONG_PARAM_COUNT;