Hi,

Made changes to this code to stop this "warning" message when visiting the "Module display settings" page.

function ds_module_list() {

....
......

    // Help
	if (isset($api_info['help']))
		$help = implode('', $api_info['help']);
	else
		$help = '<p><strong>INFO:</strong> No help for this module!...</p>';

......
}

Comments

Vc Developer’s picture

Issue summary: View changes

Added code tage

aspilicious’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing all the drupal 6 issues as support for that version has been dropped.