This commit is contained in:
Frank Dillon 2007-05-04 19:48:59 +00:00
parent 3867842b35
commit 0d8bd93a3e
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
7.3.17
- fix: First event in the calendar not working right (Martin Kamerbeek / Oqapi)
http://www.plainblack.com/bugs/tracker/first-event-in-the-calendar-not-working-right
- fix: Uploads folder case-sensitive
- fix: Creating and updating files in WebGUI creates multiple storage locations.
7.3.16

View file

@ -42,7 +42,7 @@ sub addStorageTranslation {
$session->db->write(
"CREATE TABLE IF NOT EXISTS storageTranslation (
guidValue VARCHAR(22) BINARY,
hexValue VARCHAR(22) BINARY,
hexValue VARCHAR(32) BINARY,
PRIMARY KEY (guidValue)
)"
);