From a249d944355b14ea6d7426f91bda3b731c068880 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Tue, 18 Jan 2011 22:38:28 +0000 Subject: [PATCH] Add constant tag git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307565 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-unique.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-unique.xml b/reference/array/functions/array-unique.xml index c0c50c2985..2ada390930 100644 --- a/reference/array/functions/array-unique.xml +++ b/reference/array/functions/array-unique.xml @@ -117,8 +117,8 @@ 5.2.9 Added the optional sort_flags defaulting - to SORT_REGULAR. Prior to 5.2.9, this function used to sort - the array with SORT_STRING internally. + to SORT_REGULAR. Prior to 5.2.9, this function used to sort + the array with SORT_STRING internally.