Skip to content
Snippets Groups Projects
Commit 910165f2 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2080411 by mrsinguyen: Remove Unused local variable from /core/modules/book/book.module.

parent 5538c4ce
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -392,7 +392,7 @@ function book_next($book_link) {
$flat = book_get_flat_menu($book_link);
// Assigning the array to $flat resets the array pointer for use with each().
do {
list($key, $curr) = each($flat);
list($key, ) = each($flat);
}
while ($key && $key != $book_link['mlid']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment