Skip to content

Commit

Permalink
SQL Fix on "System: updated Core modules to have Gibbon Foundation as…
Browse files Browse the repository at this point in the history
… author"
  • Loading branch information
Ross Parker committed Sep 26, 2024
1 parent 2969dc1 commit 51ed91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -831,5 +831,5 @@
UPDATE gibbonCountry SET iddCountryCode='82' WHERE printable_name='Korea, Republic of';end
UPDATE gibbonCountry SET iddCountryCode='850' WHERE printable_name='Korea, Democratic People\'s Republic of';end
UPDATE `gibboni18n` SET `active` = 'Y' WHERE `code` = 'el_GR';end
UPDATE gibbonModule SET author=Gibbon Foundation, url=https://gibbonedu.org WHERE type=Core;end
UPDATE gibbonModule SET author='Gibbon Foundation', url='https://gibbonedu.org' WHERE type='Core';end
";

0 comments on commit 51ed91e

Please sign in to comment.