Files
idpan.poznan.pl/plugins/system/j2xml/install.mysql.sql
2026-02-08 21:16:11 +01:00

8 lines
137 B
SQL

-- Enable the plugin:
UPDATE `#__extensions`
SET `enabled` = 1
WHERE `type` = 'plugin'
AND `folder` = 'system'
AND `element` = 'j2xml';