0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/model
Christian Boltz d21bf2e82d DomainHandler.php: proofreading results: various small changes
- use $this->username for the domain name (I know the variable name is
  confusing, but I'd like to be consistent with the other classes)
- remove $domain parameter in add() and view(), use $this->username instead
- escape domain in view() for select query
- removed unused "global $config" in view()
- remove superfluous created/modified arrays in db_insert calls
- added some TODO notes
- changed db_log to 'CONSOLE' instead of $this-username for consistency
  with other classes. Long-term fix is to remove the first parameter of
  db_log and let it detect the username automatically.
- various whitespace fixes



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@958 a1433add-5e2c-0410-b055-b7f2511e0802
2011-02-13 23:01:44 +00:00
..
AliasHandler.php AliasHandler.php: 2011-02-13 17:10:51 +00:00
DomainHandler.php DomainHandler.php: proofreading results: various small changes 2011-02-13 23:01:44 +00:00
UserHandler.php changed db_update parameters for the most common usecase "WHERE col=value" - 2010-12-31 20:13:53 +00:00
VacationHandler.php VacationHandler.php proofreading results: small changes and some TODO notes 2011-01-06 20:23:11 +00:00