mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Default value for debug was changed to NO
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2230 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
1c82a8f206
commit
1a84f81fa7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
<%--
|
<%--
|
||||||
- $$RCSfile$$
|
- $RCSfile$
|
||||||
- $$Revision$$
|
- $Revision$
|
||||||
- $$Date$$
|
- $Date$
|
||||||
-
|
-
|
||||||
- Copyright (C) 2002-2003 Jive Software. All rights reserved.
|
- Copyright (C) 2002-2003 Jive Software. All rights reserved.
|
||||||
-
|
-
|
||||||
|
@ -150,8 +150,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class=text id=black height=16>Debug Connection:</td>
|
<td class=text id=black height=16>Debug Connection:</td>
|
||||||
<td><select size="1" name="debug">
|
<td><select size="1" name="debug">
|
||||||
<option <%= ("Yes".equals(debug))?"selected":""%>>Yes</option>
|
|
||||||
<option <%= ("No".equals(debug))?"selected":""%>>No</option>
|
<option <%= ("No".equals(debug))?"selected":""%>>No</option>
|
||||||
|
<option <%= ("Yes".equals(debug))?"selected":""%>>Yes</option>
|
||||||
</select></td>
|
</select></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue