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 = "HTML-Code ausgelagert in Templates und SQL-Anweisungen abgesichert."; 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; case "0.0.7": // SQL queries for v0.0.7 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Sicherheitsupdate für die Include-Befehle."; break; case "0.0.8": // SQL queries for v0.0.8 $SQLs[] = "UPDATE "._MYSQL_PREFIX."_admin_menu SET title = 'Modul-Management' WHERE action = 'mods' AND (what='' OR what IS NULL) LIMIT 1"; // Update notes (these will be set as task text!) $UPDATE_NOTES = "Verwaltung auf Management umgestellt."; break; } break; default: // Do stuff when extension is loaded break; } // Language file prefix $EXT_LANG_PREFIX = "mods"; // Extension is always active? $EXT_ALWAYS_ACTIVE = "N"; // ?>