Page Chapter 5. Working with Databases, Page 60

Location on the page: 
function book_update_1()
Error: 

last line of function is missing

Correction: 

return $items;

Description of the Error: 

Update functions in .install files must return the array they have built.