Changeset 2982


Ignore:
Timestamp:
Nov 30, 2006, 10:51:45 AM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixed compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/views/sessions/list_sessions.jsp

    r2978 r2982  
    361361      {
    362362        %>
    363         <tbl:panel><%=session == null || sessions.getTotalCount() == 0 ? "No sessions where found" : "No sessions on this page. Please select another page!" %></tbl:panel>
     363        <tbl:panel><%=sessions == null || sessions.getTotalCount() == 0 ? "No sessions where found" : "No sessions on this page. Please select another page!" %></tbl:panel>
    364364        <%
    365365      }
Note: See TracChangeset for help on using the changeset viewer.