Rewrote script to use more EL, introduced wrappers for sending pool:
authorRoland Häder <roland@mxchange.org>
Tue, 22 Jan 2013 23:27:13 +0000 (23:27 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 22 Jan 2013 23:27:13 +0000 (23:27 +0000)
commitc0c6d5d58bdecd22bdcf7dfe5b24bec69e1810c7
tree2123d39ff7d6a103cafb9f1331cc01d7e9805130
parente70440e1164db8bbeeccd90df305bfa0efb641e1
Rewrote script to use more EL, introduced wrappers for sending pool:
- Introduced wrapper function getPaymentTime() and getPaymentPayment() and used
  both in EL code instead of PHP script
- Added new function library "pool-functions.php"
- Rewrote reading emails from "pool" table
- Rewrote updating of "pool data"
- TODOs.txt updated
30 files changed:
.gitattributes
DOCS/TODOs.txt
inc/libs/network_functions.php
inc/libs/surfbar_functions.php
inc/modules/admin/what-del_email.php
inc/modules/admin/what-list_network_array_translation.php
inc/modules/admin/what-list_network_request_params.php
inc/modules/admin/what-list_network_types.php
inc/modules/admin/what-unlock_emails.php
inc/modules/frametester.php
inc/modules/member/what-unconfirmed.php
inc/modules/order.php
inc/mysql-connect.php
inc/mysql-manager.php
inc/pool-functions.php [new file with mode: 0644]
inc/pool/pool-user.php
inc/purge/purge-general.php
mailid.php
templates/de/emails/member/member_order_accepted.tpl
templates/de/emails/member/member_order_deleted.tpl
templates/de/emails/member/member_order_normal.tpl
templates/de/emails/member/member_order_rejected.tpl
templates/de/emails/member/member_user_pool_normal.tpl
templates/de/html/member/member_mail_normal_active.tpl
templates/de/html/member/member_mail_normal_admin.tpl
templates/de/html/member/member_mail_normal_deleted.tpl
templates/de/html/member/member_mail_normal_new.tpl
templates/de/html/member/member_mail_normal_send.tpl
templates/de/html/member/member_mail_normal_temp.tpl
templates/de/html/select/select_network_type_box.tpl