]> git.mxchange.org Git - mailer.git/commit
New wrapper functions introduced, some one-line parameter monsters killed:
authorRoland Häder <roland@mxchange.org>
Thu, 27 Jan 2011 00:50:40 +0000 (00:50 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 27 Jan 2011 00:50:40 +0000 (00:50 +0000)
commit16b311c338bb4f8436e2ed9e76cb1cd5f3741640
tree52e80b4087909659526336a3d94a5f7ee2b1dd86
parentc4823d28fd0bd22250b16d73f2034f36fc54abda
New wrapper functions introduced, some one-line parameter monsters killed:
- New function addDropTableSql introduced which wraps a DROP TABLE statement
- New (cached) function isSqlTableCreated introduced which checks if the given
  table is created
- New (cached) function isSqlTableIndexAdded introduced which checks on a 'mode'
  condition (see source code) if the table index is created
- In two admin what-modules there was a one/multi-line parameter monster which
  is now dead and resurrected as a human-readable multi-line creature ... ;-)
- TODOs.txt updated
37 files changed:
DOCS/TODOs.txt
inc/db/lib-mysql3.php
inc/extensions-functions.php
inc/extensions/ext-admins.php
inc/extensions/ext-bank.php
inc/extensions/ext-beg.php
inc/extensions/ext-birthday.php
inc/extensions/ext-bonus.php
inc/extensions/ext-booking.php
inc/extensions/ext-country.php
inc/extensions/ext-debug.php
inc/extensions/ext-doubler.php
inc/extensions/ext-forced.php
inc/extensions/ext-holiday.php
inc/extensions/ext-imprint.php
inc/extensions/ext-mediadata.php
inc/extensions/ext-network.php
inc/extensions/ext-newsletter.php
inc/extensions/ext-nickname.php
inc/extensions/ext-online.php
inc/extensions/ext-optimize.php
inc/extensions/ext-order.php
inc/extensions/ext-payout.php
inc/extensions/ext-primera.php
inc/extensions/ext-rallye.php
inc/extensions/ext-refback.php
inc/extensions/ext-register.php
inc/extensions/ext-sponsor.php
inc/extensions/ext-sql_patches.php
inc/extensions/ext-surfbar.php
inc/extensions/ext-theme.php
inc/extensions/ext-transfer.php
inc/extensions/ext-user.php
inc/extensions/ext-wernis.php
inc/extensions/ext-yoomedia.php
inc/modules/admin/what-list_bank_package.php
inc/modules/admin/what-list_surfbar_urls.php