summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref.html
diff options
context:
space:
mode:
authorivan <ivan>2009-02-19 06:42:45 +0000
committerivan <ivan>2009-02-19 06:42:45 +0000
commit1c051d721533307ff9d1879deb3107e3a51058fa (patch)
treeb10583a13b34425635354b871d5528a8d866f923 /httemplate/pref/pref.html
parente4c7cd8602ebb3e70895aee1d7d8a49371ccb70c (diff)
add profiling to a file OOM situations, RT#4830
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r--httemplate/pref/pref.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 44b844891..57e22b345 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -68,6 +68,10 @@ Development
<TH>Show database profiling (when available): </TH>
<TD><INPUT TYPE="checkbox" NAME="show_db_profile" VALUE="1" <% $curuser->option('show_db_profile') ? 'CHECKED' : '' %>></TD>
</TR>
+ <TR>
+ <TH>Save database profiling logs (when available): </TH>
+ <TD><INPUT TYPE="checkbox" NAME="save_db_profile" VALUE="1" <% $curuser->option('save_db_profile') ? 'CHECKED' : '' %>></TD>
+ </TR>
</TABLE>
<BR>