Changeset 687 for trunk/cgi-bin
- Timestamp:
- 01/29/15 17:02:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r685 r687 331 331 $webvar{block} = '' if !$webvar{block}; 332 332 333 # hmm. TMPL_IF block and TMPL_ELSE block on these instead?334 $page->param(rowa => 'row'.($webvar{block} eq '' ? 1 : 0));335 $page->param(rowb => 'row'.($webvar{block} eq '' ? 0 : 1));336 333 $page->param(allocfrom => $webvar{block}); # fb-assign flag, if block is set, we're in fb-assign 337 334
Note:
See TracChangeset
for help on using the changeset viewer.