diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-17 19:51:39 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-17 19:51:39 +0000 |
commit | a3c65143323804b4780fb0bd90c03acc03eac583 (patch) | |
tree | e2b10d65e8b34a20651e368bad72183b1ae489f8 /ext/standard/iptc.c | |
parent | 02d3b39420839c9e09fd7c391f158e5c510bd600 (diff) | |
download | php-git-a3c65143323804b4780fb0bd90c03acc03eac583.tar.gz |
More php3_ annihilation
Diffstat (limited to 'ext/standard/iptc.c')
-rw-r--r-- | ext/standard/iptc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c index f790b35446..004c3998ad 100644 --- a/ext/standard/iptc.c +++ b/ext/standard/iptc.c @@ -204,7 +204,7 @@ PHP_FUNCTION(iptcembed) } if (spool > 0) - if (!php3_header()){ /* we got a HEAD request. */ + if (!php_header()){ /* we got a HEAD request. */ if (spool == 2){ RETURN_TRUE; /* we only wanted to spool - report success. */ } else |