From 48b7a5bbe927e5e0126787f0bd1cbcc87b4bd6c3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 2 May 2008 17:37:46 +0000 Subject: - Patch #253022 by beginner: fixed typo in code comments. --- modules/book/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/book/book.module b/modules/book/book.module index 6b524fb32..3d33ce5bc 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -520,7 +520,7 @@ function book_get_flat_menu($book_link) { static $flat = array(); if (!isset($flat[$book_link['mlid']])) { - // Call menu_tree_full_data() to take advantage of the menu system's caching. + // Call menu_tree_all_data() to take advantage of the menu system's caching. $tree = menu_tree_all_data($book_link['menu_name'], $book_link); $flat[$book_link['mlid']] = array(); _book_flatten_menu($tree, $flat[$book_link['mlid']]); -- cgit v1.2.3