Patch 340 überflüssige HTML-Tags entfernt."; break; case "0.1.3": // SQL queries for v0.1.3 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Ungütiges Update nach neuster Konvention (Erweiterung menu ist ung&uum;ltig)."; break; case "0.1.4": // SQL queries for v0.1.4 // Update notes (these will be set as task text!) $UPDATE_NOTES = "HTML-Code ausgelagert in Templates und SQL-Anweisungen abgesichert."; break; case "0.1.5": // SQL queries for v0.1.5 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Sicherheitsupdate für die Include-Befehle."; 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; } // ?>