From: Ben Klang Date: Sat, 2 Jan 2010 02:34:23 +0000 (-0500) Subject: Remove this deprecated file X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a5b283e2ad65bac1cd8eb99c25d6119f1e48ae91;p=horde.git Remove this deprecated file --- diff --git a/shout/lib/shoutAtts.php b/shout/lib/shoutAtts.php deleted file mode 100644 index cc70a9094..000000000 --- a/shout/lib/shoutAtts.php +++ /dev/null @@ -1,29 +0,0 @@ - - * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. - */ - -$shoutAttributes = array(); -$shoutAttributes['description'] = 'Phone System Options'; -$shoutAttributes['permsNode'] = 'shout:contexts:somethingOrOther'; -$shoutAttributes['attributes']['extension']['description'] = 'Internal Phone Extension'; -$shoutAttributes['attributes']['extension']['type'] = 'integer'; -$shoutAttributes['attributes']['extension']['size'] = 3; // max length for this particular string -$shoutAttributes['attributes']['extension']['ldapKey'] = 'voiceextensionsomethingIhavenoidea'; - -$shoutAttributes['attributes']['mailboxpin']['description'] = 'Mailbox PIN'; -$shoutAttributes['attributes']['mailboxpin']['type'] = 'integer'; -$shoutAttributes['attributes']['mailboxpin']['size'] = 4; -$shoutAttributes['attributes']['mailboxpin']['ldapKey'] = 'voicemailboxpin'; - -$shoutAttributes['attributes']['phonenumbers']['description'] = 'Phone Numbers'; -$shoutAttributes['attributes']['phonenumbers']['type'] = 'array'; -$shoutAttributes['attributes']['phonenumbers']['size'] = 1; -$shoutAttributes['attributes']['phonenumbers']['arrayType'] = 'string'; -$shoutAttributes['attributes']['phonenumbers']['ldapKey'] = 'asteriskuserphonenumbers'; - -?>