Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 15 → Rev 16

/trunk/features.class.php
108,17 → 108,21
{
if ($feature instanceof Feature)
{
if ($repeatHeaders
&& $counter > 1
&& $counter % $headerRepeat === 0)
{
?>
<tr class="header">
<th>Feature</th>
<?php $this->printHeaders(); ?>
</tr>
<?php
}
/*
* TODO: Disabled header repetition until footnote ref. name/ID
* problem has been solved
*/
// if ($repeatHeaders
// && $counter > 1
// && $counter % $headerRepeat === 0)
// {
// echo <<<HTML
// <tr class="header">
// <th>Feature</th>
// {$this->printHeaders()}
// </tr>
//HTML;
// }
$feature->printMe();