Active
Project:
SQL
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 15:53 UTC
Updated:
3 Sep 2009 at 15:53 UTC
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