]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/TODOs.txt
Code style changed, ext-user continued:
[mailer.git] / DOCS / TODOs.txt
index ed8609e4ae70cb179ddbdbab65f5cebaf7fa3e23..2926d7139fdaccbc69c08fdd3c707f457ddd181a 100644 (file)
@@ -57,9 +57,9 @@
 ./inc/functions.php:1090:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
 ./inc/functions.php:1176:                      // @TODO Are these convertions still required?
 ./inc/functions.php:1197:// @TODO Rewrite this function to use readFromFile() and writeToFile()
-./inc/functions.php:1732:      // @TODO Find a way to cache this
-./inc/functions.php:1837:      // @TODO This is still very static, rewrite it somehow
-./inc/functions.php:2041:      // @TODO Rename column data_type to e.g. mail_status
+./inc/functions.php:1733:      // @TODO Find a way to cache this
+./inc/functions.php:1838:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:2042:      // @TODO Rename column data_type to e.g. mail_status
 ./inc/gen_sql_patches.php:95:// @TODO Rewrite this to a filter
 ./inc/header.php:66:// @TODO Find a way to not use direct module comparison
 ./inc/install-functions.php:91:        // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0);
@@ -95,7 +95,7 @@
 ./inc/libs/theme_functions.php:94:     // @TODO Can't this be rewritten to an API function?
 ./inc/libs/user_functions.php:325:                     // @TODO Make this filter working: $ADDON = runFilterChain('post_login_update', $content);
 ./inc/libs/user_functions.php:354:                     // @TODO Make this filter working: $url = runFilterChain('do_login', array('content' => $content, 'addon' => $ADDON));
-./inc/libs/yoomedia_functions.php:108: $response = YOOMEDIA_QUERY_API('out_textmail.php', true); // @TODO Ask Yoo!Media for test script
+./inc/libs/yoomedia_functions.php:108: $response = YOOMEDIA_QUERY_API('out_textmail.php', TRUE); // @TODO Ask Yoo!Media for test script
 ./inc/load_config.php:75:      // @TODO Rewrite them to avoid this else block
 ./inc/loader/load-extension.php:13: * @TODO Rewrite this whole file                                        *
 ./inc/mails/doubler_mails.php:53:// @TODO Can this be rewritten to a filter?