]> granicus.if.org Git - php/commitdiff
Fixed typo. #6933
authorfoobar <sniper@php.net>
Mon, 20 Nov 2000 17:32:46 +0000 (17:32 +0000)
committerfoobar <sniper@php.net>
Mon, 20 Nov 2000 17:32:46 +0000 (17:32 +0000)
ext/ccvs/ccvs.c

index 3bde13d1bf3473d91c10f8c844948774802b1a74..fe7f82f80b92934e1cd3e8d337189fda982abec4 100644 (file)
@@ -363,7 +363,7 @@ PHP_FUNCTION(ccvs_sale) /* cv_sale() */
   char *invoice;
   register int r;
 
-  if ((ZEND_NUM_ARGS() != 2) || (zend_get_parameters_ex(ht, 2, &psess, &pinvoice) != SUCCESS))  /* accept only SUCCESS in case something weird gets returned instead of 'FAILURE' on fail */
+  if ((ZEND_NUM_ARGS() != 2) || (zend_get_parameters_ex(2, &psess, &pinvoice) != SUCCESS))  /* accept only SUCCESS in case something weird gets returned instead of 'FAILURE' on fail */
   {
     WRONG_PARAM_COUNT;
   }