diff options
| author | Zeev Suraski <zeev@php.net> | 2000-01-28 14:57:19 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-01-28 14:57:19 +0000 |
| commit | 270eff1dfee55220c009cd1a546901339f657b94 (patch) | |
| tree | 4467aa205cf2c7dbb9e4168628eced9bd902fafe /main/rfc1867.c | |
| parent | d231293832319835acfb52d4245a7f14f687272f (diff) | |
| download | php-git-270eff1dfee55220c009cd1a546901339f657b94.tar.gz | |
Use a more general and descriptive name
Diffstat (limited to 'main/rfc1867.c')
| -rw-r--r-- | main/rfc1867.c | 2 |
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); |
