Commit f4eb662e16f9515a231910d714effd4657c9d543

Authored by kevin_fourie
1 parent b7e07850

Merged in from DEV trunk...

OEM-182
"After DB upgrade wizard has run: the reminder-to-refresh dialog still displays 3 instances of 'KnowledgeTree'"
Fixed. Removed KnowledgeTree references.

Committed By: Kevin Fourie
Reviewed By: Jonathan Byrne


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8649 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
setup/upgrade.php
... ... @@ -1120,7 +1120,7 @@ function Upgrade()
1120 1120 <p>
1121 1121 <font color="green">Post-Upgrade actions succeeded.</font><br><br>
1122 1122 <script>
1123   - alert("To complete the upgrade please do the following before continuing:\n\n1. Restart the KnowledgeTree services as appropriate for your environment.\n\n\nOn first run of your upgraded KnowledgeTree installaton please do the following:\n\n1. Hard refresh your bowser (CTRL-F5) on first view of the KnowledgeTree Dashboard.\n2. Enable the new plugins you wish to use.\n\n\nSelect 'next' at the bottom of this page to continue.")
  1123 + alert("To complete the upgrade please do the following before continuing:\n\n1. Restart the services as appropriate for your environment.\n\n\nOn first run of your upgraded installaton please do the following:\n\n1. Hard refresh your bowser (CTRL-F5) on first view of the Dashboard.\n2. Enable the new plugins you wish to use.\n\n\nSelect 'next' at the bottom of this page to continue.")
1124 1124 </script>
1125 1125 <?php
1126 1126 }
... ...