Commit b0791660 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Added current size of total message store.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@898 b35dd754-fafc-0310-a699-88a17e54d16e
parent 23885647
...@@ -106,10 +106,10 @@ ...@@ -106,10 +106,10 @@
// No errors setting the properties, so test the connection // No errors setting the properties, so test the connection
DbConnectionManager.setConnectionProvider(conProvider); DbConnectionManager.setConnectionProvider(conProvider);
if (testConnection(errors)) { if (testConnection(errors)) {
// update the sidebar status // Update the sidebar status
session.setAttribute("jive.setup.sidebar.3","done"); session.setAttribute("jive.setup.sidebar.3","done");
session.setAttribute("jive.setup.sidebar.4","in_progress"); session.setAttribute("jive.setup.sidebar.4","in_progress");
// success, move on // Success, move on
response.sendRedirect("setup-admin-settings.jsp"); response.sendRedirect("setup-admin-settings.jsp");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment