Skip to content

Commit

Permalink
Dev: Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 15, 2017
1 parent 9b1d976 commit 7c3b11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -1597,7 +1597,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) {
}

if ($iOldDBVersion < 263) {
// Dummy version update for hash table in installation SQL.
// Dummy version update for hash column in installation SQL.
$oDB->createCommand()->update('{{settings_global}}',array('stg_value'=>263),"stg_name='DBVersion'");
$oTransaction->commit();
}
Expand Down

0 comments on commit 7c3b11c

Please sign in to comment.