diff options
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 |
