From 8074326ff6e250660978a8065659ba15d02f3724 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 10 Jul 2016 12:39:45 +0000 Subject: [PATCH] Remove reference to obsolete function (provided by Juris) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339626 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-multisort.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-multisort.xml b/reference/array/functions/array-multisort.xml index 4da8941396..406cb2f10c 100644 --- a/reference/array/functions/array-multisort.xml +++ b/reference/array/functions/array-multisort.xml @@ -262,7 +262,7 @@ volume | edition The data as an array, called data. This would usually, - for example, be obtained by looping with mysql_fetch_assoc. + for example, be obtained by looping with mysqli_fetch_assoc.