[첫화면으로]UseModWiki소스수정/history매크로버그

마지막으로 [b]

history 매크로 문제 해결

sub MacroHistory {
    ...
    $html .= "<table border='0' cellpadding=0 cellspacing=0 width='90%'><tr>";

#   $html .= &GetHistoryLine($DocID, $Page{'text_default'}, 0, 1);   이 줄을 다음 줄로 변경
    $html .= &GetHistoryLine($DocID, $Page{'text_default'}, 0, 0);

    &OpenKeptRevisions('text_default');
    ...
        next  if ($_ eq "");  # (needed?)

#       $html .= &GetHistoryLine($DocID, $KeptRevisions{$_}, 0, 0);   이 줄을 다음 줄로 변경
        $html .= &GetHistoryLine($DocID, $KeptRevisions{$_}, 0, $i);

    }
    $html .= "<tr><td align='center'><input type='submit' value='변경 비교'/>  </td><td>&nbsp;</td></table></form>\n";
    return $html;
}


위키위키분류

마지막 편집일: 2007-1-8 12:19 pm (변경사항 [d])
723 hits | Permalink | 변경내역 보기 [h] | 페이지 소스 보기