Skip to content

Commit

Permalink
Omit debugging comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Feb 24, 2003
1 parent 38c3c94 commit d398a9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions themes/slashcode/templates/maintable_td;misc;default
Expand Up @@ -39,11 +39,6 @@ WHILE mt_colspan > 0;
END; END;
newvalue = user.state.mt.cols.$curcol + mt_rowspan; newvalue = user.state.mt.cols.$curcol + mt_rowspan;
user.state.mt.cols.$curcol = newvalue; user.state.mt.cols.$curcol = newvalue;
user.state.mt.cols.1; "' '";
user.state.mt.cols.2; "' '";
user.state.mt.cols.3; "' '";
user.state.mt.cols.4; "' '";
user.state.mt.cols.5; "' -->";
mt_colspan = mt_colspan - 1; mt_colspan = mt_colspan - 1;
END; END;
currow = user.state.mt.currow || 0; currow = user.state.mt.currow || 0;
Expand Down

0 comments on commit d398a9c

Please sign in to comment.