diff options
Diffstat (limited to 'extensions/BMO/template/en/default/pages/user_activity.html.tmpl')
-rw-r--r-- | extensions/BMO/template/en/default/pages/user_activity.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl index 3e6695484..377d7c244 100644 --- a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl +++ b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl @@ -78,6 +78,9 @@ </tr> </table> +[% IF debug_sql %] + <input type="hidden" name="debug" value="1"> +[% END %] </form> <script type="text/javascript"> @@ -87,6 +90,10 @@ [% IF action == 'run' %] +[% IF debug_sql %] + <pre>[% debug_sql FILTER html %]</pre> +[% END %] + [% IF incomplete_data %] <p> There used to be an issue in <a href="http://www.bugzilla.org/">Bugzilla</a> |