]> git.mxchange.org Git - mailer.git/commit
Several code cleanups:
authorRoland Häder <roland@mxchange.org>
Mon, 11 Jul 2011 18:52:30 +0000 (18:52 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 11 Jul 2011 18:52:30 +0000 (18:52 +0000)
commit98e44adab9035e30efe78181b76d78c6e13ba574
tree0f2aa3b819ae88e22b869491dd13f5859ccc0396
parentded2dfbf43a4b0eb86b7bc9e3a44c308a32b4c1e
Several code cleanups:
- Debug lines rewritten to use logDebugMessage() instead of plain print()
- Several calls of addFatalMessage() rewritten to debug_report_bug()
- $data in all filters renamed to $filterData
- Message id cleanup
- Other minor fixes/improvements
- TODOs.txt updated
35 files changed:
DOCS/TODOs.txt
inc/classes/cachesystem.class.php
inc/db/lib-mysql3.php
inc/extensions-functions.php
inc/filter/active_filter.php
inc/filter/admins_filter.php
inc/filter/bonus_filter.php
inc/filter/booking_filter.php
inc/filter/cache_filter.php
inc/filter/coupon_filter.php
inc/filter/mediadata_filter.php
inc/filter/online_filter.php
inc/filter/order_filter.php
inc/filter/other_filter.php
inc/filter/politician_stop_filter.php
inc/filter/rallye_filter.php
inc/filter/removeip_filter.php
inc/filter/surfbar_filter.php
inc/filter/theme_filter.php
inc/filter/timezone_filter.php
inc/filter/uberwach_filter.php
inc/filter/user_filter.php
inc/filters.php
inc/functions.php
inc/install-inc.php
inc/language/de.php
inc/language/surfbar_de.php
inc/libs/refback_functions.php
inc/libs/surfbar_functions.php
inc/libs/yoomedia_functions.php
inc/modules/admin/what-list_cats.php
inc/mysql-connect.php
inc/mysql-manager.php
inc/session-functions.php
inc/template-functions.php