Commit cca020c960f330e8796b74bebdb70ef508d74311
1 parent
4e94b231
Merged in from STABLE trunk...
KTS-3588 "Remove Admin Version Notifier plugin" Updated. Fixed typo. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9070 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/upgrades/UpgradeFunctions.inc.php
| ... | ... | @@ -92,7 +92,7 @@ class UpgradeFunctions { |
| 92 | 92 | 'createForeignKeys'=>'Recreate db integrity:Create foreign keys on the database', |
| 93 | 93 | 'createIndexes'=>'Recreate db integrity:Create indexes on the database', |
| 94 | 94 | 'removeSlashesFromObjects'=>'Remove slashes from documents and folders', |
| 95 | - 'moveConfigSettingsToDB' => 'Move the configuration settings from the config.ini file into the new database table.' | |
| 95 | + 'moveConfigSettingsToDB' => 'Move the configuration settings from the config.ini file into the new database table.', | |
| 96 | 96 | 'removeAdminVersionNotifier' => 'Remove the old Admin Version Notifier Plugin.' |
| 97 | 97 | ); |
| 98 | 98 | var $phases = array( | ... | ... |