Patch 340 überflüssige HTML-Tags entfernt."; break; case "0.0.5": // SQL queries for v0.0.5 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Sicherheitsupdate: SQL-Anweisungen geschützt."; break; case "0.0.6": // SQL queries for v0.0.6 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Abspeichern von Einstellungen repariert."; break; } break; case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. break; default: // Do stuff when extension is loaded break; } // Keep this extension always active! $EXT_ALWAYS_ACTIVE = "Y"; // ?>