------------------------------------------------------------ revno: 984 committer: Jakub Jankiewicz <[email protected]> branch nick: aikiframework timestamp: Mon 2011-12-26 18:45:09 +0100 message: Change default db encoding from utf8 to utf-8 modified: AUTHORS libs/installer.php
-- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk Your team Aiki Framework Developers is subscribed to branch lp:aikiframework. To unsubscribe from this branch go to https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'AUTHORS' --- AUTHORS 2011-11-08 13:42:45 +0000 +++ AUTHORS 2011-12-26 17:45:09 +0000 @@ -22,6 +22,7 @@ Brad Phillips Developer/Graphic Design Steven Garcia Developer/Programmer Roger MartÃn Developer/Programmer +Jakub Jankiewicz Developer/Programmer Fabricatorz, LLC Developers/Graphic Design AikiLab Singapore, PTE LTD Developers/Graphic Design === modified file 'libs/installer.php' --- libs/installer.php 2011-12-24 13:36:23 +0000 +++ libs/installer.php 2011-12-26 17:45:09 +0000 @@ -211,7 +211,7 @@ type="text" name="db_name" value="" /> <label>Database username</label><input type="text" name="db_user" value="" /> <label>Database password</label><input type="text" name="db_pass" value="" /> <label>Database encoding</label><input - type="text" name="db_encoding" value="utf8" /> + type="text" name="db_encoding" value="utf-8" /> </fieldset> <fieldset><legend>Admin Settings</legend>
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

