1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 15:44:49 +02: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:
Gaston Dombiak 2004-02-18 13:02:15 +00:00 committed by gdombiak
parent 1c82a8f206
commit 1a84f81fa7

View file

@ -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>