------------------------------------------------------------ revno: 988 committer: Jakub Jankiewicz <[email protected]> branch nick: aikiframework timestamp: Thu 2011-12-29 04:41:35 +0100 message: Change back utf-8 to utf8 modified: 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 'libs/installer.php' --- libs/installer.php 2011-12-26 17:45:09 +0000 +++ libs/installer.php 2011-12-29 03:41:35 +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="utf-8" /> + type="text" name="db_encoding" value="utf8" /> </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

