Convert varchar fields to char in the db. Fixes bug #11126

This commit is contained in:
Colin Kuskie 2009-10-14 09:08:01 -07:00
parent b3858ef250
commit 27c1fe9423
2 changed files with 46 additions and 0 deletions

View file

@ -16,6 +16,7 @@
- fixed #11122: Survey icon is missing from admin console
- fixed #11107: linked image with caption
- fixed #10914: Shop: No email notifications sent when the cart has net value 0
- fixed #11126: WebGUI database has varchar fields
7.8.1
- mark $session->datetime->time as deprecated and remove its use from core code