Changeset 24134

Show
Ignore:
Timestamp:
12/02/08 00:44:21 (5 weeks ago)
Author:
moritz
Message:

[util/smartlinks.pl] workaround: generated S07 although there's no smartlink
for it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/smartlinks.pl

    r24133 r24134  
    683683 
    684684    my $linktree_sections = $linktree->{"S$syn_id"}; 
    685     if (!$linktree_sections) { 
     685    if (!$linktree_sections && $syn_id != 7) { 
    686686        # We won't generate the HTML file if there's no smartlink in it. 
    687687        return;