1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-14 12:02:20 +03:00

MailboxHandler.php:

- remove a TODO in store_more() (tested, works already)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1494 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz
2013-06-23 20:23:02 +00:00
parent 414c05e678
commit d3d7249ea0

View File

@@ -246,7 +246,7 @@ class MailboxHandler extends PFAHandler {
}
} else { # edit mode
# TODO: update alias (active status)
# alias active status is updated in before_store()
# postedit hook
# TODO: implement a poststore() function? - would make handling of old and new values much easier...