~ubuntu-branches/ubuntu/wily/ldap-account-manager/wily-proposed

« back to all changes in this revision

Viewing changes to lib/modules/inetLocalMailRecipient.inc

  • Committer: Package Import Robot
  • Author(s): Roland Gruber
  • Date: 2015-03-31 18:56:30 UTC
  • mfrom: (1.2.27)
  • Revision ID: package-import@ubuntu.com-20150331185630-z7wvaw3la13snxxa
Tags: 4.9-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/*
3
 
$Id: inetLocalMailRecipient.inc 5352 2014-04-20 13:00:42Z gruberroland $
 
3
$Id: inetLocalMailRecipient.inc 5510 2015-01-07 17:16:35Z gruberroland $
4
4
 
5
5
  This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
6
 
  Copyright (C) 2004 - 2014  Roland Gruber
 
6
  Copyright (C) 2004 - 2015  Roland Gruber
7
7
 
8
8
  This program is free software; you can redistribute it and/or modify
9
9
  it under the terms of the GNU General Public License as published by
283
283
        }
284
284
 
285
285
        /**
286
 
        * Returns the PDF entries for this module.
287
 
        *
288
 
        * @return array list of possible PDF entries
289
 
        */
290
 
        function get_pdfEntries() {
 
286
         * Returns a list of possible PDF entries for this account.
 
287
         *
 
288
         * @param array $pdfKeys list of PDF keys that are included in document
 
289
         * @return list of PDF entries (array(<PDF key> => <PDF lines>))
 
290
         */
 
291
        function get_pdfEntries($pdfKeys) {
291
292
                $return = array();
292
293
                $this->addSimplePDFField($return, 'routingAdr', _('Routing address'), 'mailRoutingAddress');
293
294
                $this->addSimplePDFField($return, 'localAdr', _('Local address list'), 'mailLocalAddress');