Page Chapter 5. Working with Databases, Page 60
Mon, 06/04/2007 - 3:36pm — jvandyk
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.
