diff options
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi index 21cfd780e..0b78969af 100755 --- a/reports.cgi +++ b/reports.cgi @@ -147,7 +147,13 @@ $charts <td align=left> <input type=checkbox name=links checked value=1> Links to Bugs<br> <input type=checkbox name=banner checked value=1> Banner<br> -<input type=checkbox name=quip value=1> Quip<br> +FIN + if (Param('usequip')) { + print "<input type=checkbox name=quip value=1> Quip<br>"; + } else { + print "<input type=hidden name=quip value=0>"; + } + print <<FIN; </td> </tr> <tr> |