Drupal 6
peach - September 3, 2009 - 15:53
| Project: | SQL |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Thanks for this installer code, was very helpful for me.
In case anyone else wants to use it in Drupal 6, you only need to make 1 small chage,
Replace this:
function sql_profile_final() {Into this:
function sql_profile_tasks(&$task, $url) {And you're good to go
