]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/de/TODO.txt
Renamed all SQL-related functions to camel-case notation
[mailer.git] / DOCS / de / TODO.txt
index 90915f1d46a9b1ab24d352024f7adfe1faac7eda..f755befd168ae13c22560b39c7bdfb15fe34b4f9 100644 (file)
 
 - 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
+- Replace sqlQuery() command with sqlQueryEscaped() commands where ever it is
   needed to secure SQL queries.
 - Secure ID numbers with bigintval()
 - Secure other non-numberous data with sprintf() and later with new security
   functions
-- Use the abstract function SQL_FREERESULT() wherever we transfer massive data
+- Use the abstract function sqlFreeResult() wherever we transfer massive data
   from the database to free memory