From 153ee9f6d1b1dadccda1b683ea6afc9f9e14c83f Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Sat, 6 Apr 2002 10:10:18 +0000 Subject: [PATCH] missed one Header git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76802 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index 685f0229cc..402f2cca25 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -1991,7 +1991,7 @@ function LoadWBMP ($imgname) { The following code snippet allows you to write more portable PHP applications by auto-detecting the type of GD support which is available. Replace - the sequence Header("Content-type: image/gif"); + the sequence header ("Content-type: image/gif"); imagegif ($im); by the more flexible sequence: