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:
Gaston Dombiak 2004-02-18 13:02:15 +00:00 committed by gdombiak
parent 1c82a8f206
commit 1a84f81fa7
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<%--
- $$RCSfile$$
- $$Revision$$
- $$Date$$
- $RCSfile$
- $Revision$
- $Date$
-
- Copyright (C) 2002-2003 Jive Software. All rights reserved.
-
@ -150,8 +150,8 @@
<tr>
<td class=text id=black height=16>Debug Connection:</td>
<td><select size="1" name="debug">
<option <%= ("Yes".equals(debug))?"selected":""%>>Yes</option>
<option <%= ("No".equals(debug))?"selected":""%>>No</option>
<option <%= ("Yes".equals(debug))?"selected":""%>>Yes</option>
</select></td>
</tr>
<tr>