Added missing parameter which allows to add the SQL statements not just to 'install...
[mailer.git] / DOCS / de / TODO.txt
index 8196f9108278a080fcca3d34a5b4a76660a85ea6..90915f1d46a9b1ab24d352024f7adfe1faac7eda 100644 (file)
@@ -10,7 +10,6 @@
 - Alle @DEPRECATED entfernen, wo es geht und evtl. Ersatzcode finden
 
 --- OFFEN: ---
-- Den gesamten HTML-Code auf XHTML portieren und mit http://validator.w3.org validieren
 - Alle JavaScripte aus den HTML-Templates umlagern und per js.php?tag=xxx
   aufrufen (bzw. nach js/ auslagern wenn keine Template-Variablen vorhanden sind)
 - Die Datenbankspalten ext_has_css nach ext_css und id nach ext_id umbenennen (Tabelle extensions)
@@ -31,6 +30,7 @@
 
 --- ERLEDIGT: (alte TODO) ---
 
+- Den gesamten HTML-Code auf XHTML portieren und mit http://validator.w3.org validieren
 - Replace all HTTP_GET_VARS and HTTP_POST_VARS with _GET and _POST
 - Replace SQL_QUERY() command with SQL_QUERY_ESC() commands where ever it is
   needed to secure SQL queries.