Commit c56d66f39a71a5a5d3102ef385cb3bd8639dfdfa
1 parent
94e1f9b4
Merged in from DEV trunk...
KTC-154 "Space needed between words on the Confirm backup page of the DB Upgrade Wizard after upgrade." Fixed. Committed By: Kevin Reviewed By: Jalaloedien git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6907 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
3 deletions
setup/upgrade.php
| @@ -520,7 +520,7 @@ Your mysql installation has been resolved. Manually, you would do the following: | @@ -520,7 +520,7 @@ Your mysql installation has been resolved. Manually, you would do the following: | ||
| 520 | else | 520 | else |
| 521 | { | 521 | { |
| 522 | ?> | 522 | ?> |
| 523 | -The mysql backup utility could not be found automatically. Either do a manual backup, or edit the config.ini and update the backup/mysqlDirectory entry. | 523 | +The mysql backup utility could not be found automatically. Either do a manual backup, or edit the config.ini and update the backup/mysql Directory entry. |
| 524 | <P> | 524 | <P> |
| 525 | You can continue to do the backup manually using the following process: | 525 | You can continue to do the backup manually using the following process: |
| 526 | <P> | 526 | <P> |
| @@ -661,7 +661,7 @@ Manually, you would do the following to restore the backup: | @@ -661,7 +661,7 @@ Manually, you would do the following to restore the backup: | ||
| 661 | else | 661 | else |
| 662 | { | 662 | { |
| 663 | ?> | 663 | ?> |
| 664 | -The mysql backup utility could not be found automatically. Either do a manual restore, or edit the config.ini and update the backup/mysqlDirectory entry. | 664 | +The mysql backup utility could not be found automatically. Either do a manual restore, or edit the config.ini and update the backup/mysql Directory entry. |
| 665 | <P> | 665 | <P> |
| 666 | You can continue to do the restore manually using the following command(s): | 666 | You can continue to do the restore manually using the following command(s): |
| 667 | <P> | 667 | <P> |
| @@ -741,7 +741,7 @@ function backupDone() | @@ -741,7 +741,7 @@ function backupDone() | ||
| 741 | else | 741 | else |
| 742 | { | 742 | { |
| 743 | ?> | 743 | ?> |
| 744 | - The mysql backup utility could not be found automatically. Please edit the config.ini and update the backup/mysqlDirectory entry. | 744 | + The mysql backup utility could not be found automatically. Please edit the config.ini and update the backup/mysql Directory entry. |
| 745 | <P> | 745 | <P> |
| 746 | If you need to restore from this backup, you should be able to use the following statements: | 746 | If you need to restore from this backup, you should be able to use the following statements: |
| 747 | <P> | 747 | <P> |