You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/model
Christian Boltz f2c2b554ac model/PFAHandler.php:
- getList: change return value to be always true (even if the database 
  result is an empty array), and die() if the database result is not an 
  array.
  This avoids some if blocks in various files to implement a fallback
  to array() on empty results.

functions.inc.php:
- list_admins(): simplify after the *Handler->getList() change
- get_domain_properties(): change a forgotten $handler->return to 
  $handler->result() (follow-up for r1534)

list-domain, list-virtual.php:
- simplify after the *Handler->getList() change



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1535 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
..
AdminHandler.php *.lang: 13 years ago
AdminpasswordHandler.php *.lang: 13 years ago
AliasHandler.php model/*Handler.php and various other files 12 years ago
AliasdomainHandler.php model/*Handler.php and various other files 12 years ago
CliEdit.php CliEdit.php: 12 years ago
Config.php Config.php: 13 years ago
DomainHandler.php *.lang: 13 years ago
Lang.php Move the classes "Config" and "Lang" to scripts/common.php to model/ 14 years ago
MailboxHandler.php model/*Handler.php and various other files 12 years ago
PFAHandler.php model/PFAHandler.php: 12 years ago
VacationHandler.php Merge jan-kruis's vacation interval reply behaviour - see SF patch 3508083 - https://sourceforge.net/tracker/?func=detail&aid=3508083&group_id=191583&atid=937966 ; Thank you 14 years ago