From 2fc10c7557bb781869c15492aba877eb33ac23c6 Mon Sep 17 00:00:00 2001 From: David Tajchreber Date: Wed, 20 Apr 2011 14:00:06 +0000 Subject: [PATCH] Fixing mistake made with last commit (#54574) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310394 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/in-array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/in-array.xml b/reference/array/functions/in-array.xml index 2914ff31aa..9eec002280 100644 --- a/reference/array/functions/in-array.xml +++ b/reference/array/functions/in-array.xml @@ -3,7 +3,7 @@ in_array - Checks if a value exists in an array using loose comparison if + Checks if a value exists in an array &reftitle.description;