Changeset 109

Show
Ignore:
Timestamp:
07/27/07 21:14:08 (1 year ago)
Author:
chris
Message:

Close SQL database connections after use.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/jsp/clause.jsp

    r99 r109  
    14351435</form> 
    14361436</body></html>   
     1437 
     1438<%@ include file="cleanup.jsp" %> 
  • lex/trunk/jsp/lsedit.jsp

    r105 r109  
    2323        h4 { margin-top: 8pt; margin-bottom: 0pt; } 
    2424        div.topmenu a.lsedit_jsp <%@ include file="hilite.inc" %> 
     25        td { vertical-align: top; } 
    2526</style> 
    2627</head> 
     
    724725                                                /> 
    725726                                </td> 
    726                                 <td
     727                                <td valign="top"
    727728                                        There is a controlling agent (&alpha; CAUSE &beta;) 
    728729                                </td> 
     
    10631064 
    10641065</body></html>   
     1066<%@ include file="cleanup.jsp" %> 
    10651067<%  
    10661068        System.out.println("lsedit.jsp rendered in "+ 
  • lex/trunk/jsp/parse.jsp

    r99 r109  
    773773 
    774774</body></html>   
     775<%@ include file="cleanup.jsp" %>