]> git.mxchange.org Git - mailer.git/commit
Rewrites/fixes for CURRENT_DATE, better encapsulation of redirect, coding convention:
authorRoland Häder <roland@mxchange.org>
Mon, 23 Aug 2010 12:32:54 +0000 (12:32 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 23 Aug 2010 12:32:54 +0000 (12:32 +0000)
commit2242e96edcd22361e94ed18d72f5667ab286f791
tree0e55d73754ae22b35fbf54c3bc8214c230aff838
parent1956cbb7d551931f010097b2a22f184af4ac4616
Rewrites/fixes for CURRENT_DATE, better encapsulation of redirect, coding convention:
- loadExtension()'s parameter $ext_ver is now '0.0' by default, this saves a
  manual fix. Still all these errors needs to be fixed
- Setting CURRENT_DATE in inc/databases.php causes an error on some servers,
  thanks to km4l (www.funcoins.de) for helping me
- Redirect re-introduced, it should now no longer endless redirect and is
  required to redirect from any script to the base script
- Move setting of HTTP status '302 MOVED' into sendRawRedirect()
- if() braces added (coding convention applied)
- TODOs.txt updated
DOCS/TODOs.txt
inc/databases.php
inc/extensions-functions.php
inc/filter-functions.php
inc/filters.php
inc/functions.php
inc/mysql-connect.php
inc/wrapper-functions.php