summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-09-11 13:44:23 +0000
committerZeev Suraski <zeev@php.net>1999-09-11 13:44:23 +0000
commitfb910c64cd3586b0e5bd1aee3fcaefa1b6216415 (patch)
tree254ff0357ac1c0ffacf6ef9e92f9bba723640f0e /main/rfc1867.c
parent177341f899ff1977feee86d40d85c9c610cf31cc (diff)
downloadphp-git-fb910c64cd3586b0e5bd1aee3fcaefa1b6216415.tar.gz
Cleanups
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 6011c6d9a6..412e1a1668 100644
--- a/main/rfc1867.c
+++ b/main/rfc1867.c
@@ -159,7 +159,7 @@ void php_mime_split(char *buf, int cnt, char *boundary)
*(loc - 4) = '\0';
/* Magic function that figures everything out */
- _php3_parse_gpc_data(ptr,namebuf,http_post_vars);
+ php_parse_gpc_data(ptr,namebuf,http_post_vars);
/* And a little kludge to pick out special MAX_FILE_SIZE */
itype = php3_check_ident_type(namebuf);