hardcoded message

This commit is contained in:
Marc Delisle
2009-10-03 13:28:52 +00:00
parent a7497999d7
commit f7d92b19ac
58 changed files with 58 additions and 1 deletions

View File

@@ -1090,7 +1090,7 @@ if (isset($_REQUEST['synchronize_db'])) {
/**
* Displaying the queries.
*/
echo '<h5>Following queries have been executed: </h5>';
echo '<h5>' . $GLOBALS['strQueriesExecuted'] . '</h5>';
echo '<div id="serverstatus" style = "overflow: auto; width: 1050px; height: 180px;
border-left: 1px gray solid; border-bottom: 1px gray solid; padding: 0px; margin: 0px"> ';
/**