]> git.mxchange.org Git - mailer.git/commit
Rewrites/fixes for CURRENT_DATE, better encapsulation of redirect, coding convention:
authorquix0r <quix0r@mxchange.org>
Mon, 23 Aug 2010 12:32:54 +0000 (12:32 +0000)
committerquix0r <quix0r@mxchange.org>
Mon, 23 Aug 2010 12:32:54 +0000 (12:32 +0000)
commit7ae397b643dd984dbfdd2d612ae82bb32fa09327
tree0e55d73754ae22b35fbf54c3bc8214c230aff838
parent5355ada077bbc2e511ef973b8d0e5e221969d61d
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