From a0c57a6739baa6815b232b2804b4e4186aff43ea Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 11 Jan 2003 10:08:40 +0000 Subject: [PATCH] "after before" -> "before" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111417 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-multisort.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-multisort.xml b/reference/array/functions/array-multisort.xml index 5e118074ee..b492157447 100644 --- a/reference/array/functions/array-multisort.xml +++ b/reference/array/functions/array-multisort.xml @@ -1,5 +1,5 @@ - + @@ -62,7 +62,7 @@ No two sorting flags of the same type can be specified after each array. The sorting flags specified after an array argument apply only to that array - they are reset to default SORT_ASC and - SORT_REGULAR after before each new array argument. + SORT_REGULAR before each new array argument. &return.success;