webcalendar
webcalendar copied to clipboard
Problem Updating with postgres
I've update from version 1.2.9 to 1.3.0 The update script told me, I'am updating from version v1.1.0e-CVS
So I found the problem is the same like this issue Postgres need strings to be quoted with 'text' and not "text". After changing the quotes in upgrade_matrix.php I could run the update