Skip to content

Commit

Permalink
MFH: revert my last patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Dec 2, 2004
1 parent ef56c2d commit 84b568c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/standard/array.c
Expand Up @@ -2934,7 +2934,6 @@ PHP_FUNCTION(array_multisort)
array, and the very first argument has to be an array.
*/
for (i = 0; i < argc; i++) {
SEPARATE_ZVAL(args[i]);
if (Z_TYPE_PP(args[i]) == IS_ARRAY) {
/* We see the next array, so we update the sort flags of
the previous array and reset the sort flags. */
Expand Down

0 comments on commit 84b568c

Please sign in to comment.