Chapter 23. Installation Profiles, Page 553
Thu, 12/04/2008 - 2:14pm — drm
Location on the page:
bottom
Chapter:
23. Installation Profiles
Error:
call to university_profile_tasks()
Correction:
downloaded code for the profile uses university_profile_final() instead
Description of the Error:
using hook_profile_tasks() results in db_query being undefined. hook_profile_final() which isn't even in the drupal api avoids this.
