summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-01-28 14:57:19 +0000
committerZeev Suraski <zeev@php.net>2000-01-28 14:57:19 +0000
commit270eff1dfee55220c009cd1a546901339f657b94 (patch)
tree4467aa205cf2c7dbb9e4168628eced9bd902fafe /main/rfc1867.c
parentd231293832319835acfb52d4245a7f14f687272f (diff)
downloadphp-git-270eff1dfee55220c009cd1a546901339f657b94.tar.gz
Use a more general and descriptive name
Diffstat (limited to 'main/rfc1867.c')
-rw-r--r--main/rfc1867.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c
index 12ed4f2934..f4337c3f8b 100644
--- a/main/rfc1867.c
+++ b/main/rfc1867.c
@@ -157,7 +157,7 @@ static void php_mime_split(char *buf, int cnt, char *boundary)
*(loc - 4) = '\0';
/* Magic function that figures everything out */
- php_parse_gpc_data(ptr,namebuf,http_post_vars ELS_CC PLS_CC);
+ php_register_variable(ptr,namebuf,http_post_vars ELS_CC PLS_CC);
/* And a little kludge to pick out special MAX_FILE_SIZE */
itype = php_check_ident_type(namebuf);