From af5f402b4ef7d806bb6e4e018fffbe52628207f0 Mon Sep 17 00:00:00 2001 From: Stephan Schmidt Date: Mon, 28 Jun 2004 20:06:36 +0000 Subject: [PATCH] replaced false with &false; git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162260 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/id3/functions/id3_remove_tag.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/id3/functions/id3_remove_tag.xml b/reference/id3/functions/id3_remove_tag.xml index cb6ff3acbf..307804361a 100644 --- a/reference/id3/functions/id3_remove_tag.xml +++ b/reference/id3/functions/id3_remove_tag.xml @@ -1,5 +1,5 @@ - + id3_remove_tag @@ -14,7 +14,7 @@ id3_remove_tag is used to remove the information stored - of an ID3 tag. If no tag has been present, it will return false and leave the file + of an ID3 tag. If no tag has been present, it will return &false; and leave the file as it was.