0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

model/AliasHandler.php:

- fix comment for delete() - it no longer has a param

model/*:
- add svn $Id line


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@975 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2011-02-27 23:21:54 +00:00
parent 74fa966522
commit 6225e555f4
4 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php
# $Id$
/**
* Handlers User level alias actions - e.g. add alias, get aliases, update etc.
@ -209,7 +210,6 @@ class AliasHandler {
}
/**
* @param alias address
* @return true on success false on failure
*/
public function delete(){

View File

@ -1,4 +1,5 @@
<?php
# $Id$
/**
* Handlers User level alias actions - e.g. add alias, get aliases, update etc.

View File

@ -1,4 +1,5 @@
<?php
# $Id$
/**
* Simple class to represent a user.

View File

@ -1,4 +1,5 @@
<?php
# $Id$
class VacationHandler {
protected $username = null;