Changeset 567


Ignore:
Timestamp:
12/19/12 17:00:17 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Work in progress, see #5:
Forgot to add $webvar{action} branch for showsubs in r566

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r566 r567  
    120120
    121121} # end add new master
     122
     123elsif ($webvar{action} eq 'showsubs') {
     124  showSubs();
     125}
    122126
    123127elsif($webvar{action} eq 'listpool') {
Note: See TracChangeset for help on using the changeset viewer.