Feature.module fixed

carlmcdade - November 4, 2004 - 20:14
Project:Feature
Version:4.5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

The feature.module navigation was wrong and not working I have fixed it and since changed it to the expected tab behaviour. There should be an updated made on it's installation to reflect the need to use a page and PHP evaluated code to the effect of

<?php
print feature_listing();
?>

I have also changed

<?php
check_output
($categories[$feature->category])
?>

to

<?php
$categories
[$feature->category]
?>

As the check_output function conflicts with a HTML filter and causes a line break to become a P tag surrounding the title on printing to the screen. But does not show otherwise.

AttachmentSize
feature.module4.82 KB

#1

Uwe Hermann - November 4, 2004 - 20:47

#2

killes@www.drop.org - November 27, 2004 - 10:58
Project:Drupal» Feature
Component:module system» Code
 
 

Drupal is a registered trademark of Dries Buytaert.