Däremot text som skall användas:
Kod: Markera allt
/* WARNING: do NOT execute the SQL commands on the phpbb_acl_options table more
than once if you're upgrading from a previous installation of the calendar mod.
Executing this command more than once will add duplicate entries to the table
breaking your current permissions and causing the calendar to malfunction */
INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES ('a_calendar', 1, 0, 0),
('m_calendar_edit_other_users_events', 1, 0, 0),
('m_calendar_delete_other_users_events', 1, 0, 0),
<snip....>
);


