From: Ben Klang Date: Mon, 16 Jan 2006 03:25:11 +0000 (+0000) Subject: Continuing integration with Congregation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=13e0b3ea6917a100183fc4d05a301f8082d6607b;p=horde.git Continuing integration with Congregation git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@240 06cd67b6-e706-0410-b29e-9de616bca6e9 --- diff --git a/andrew.webprj b/andrew.webprj index 604f028cb..fffd348d2 100644 --- a/andrew.webprj +++ b/andrew.webprj @@ -1,6 +1,6 @@ - + -//w3c//dtd xhtml 1.0 strict//en @@ -139,5 +139,6 @@ + diff --git a/lib/api.php b/lib/api.php index 0afedbacb..1dd003e4e 100644 --- a/lib/api.php +++ b/lib/api.php @@ -55,32 +55,8 @@ function _shout_perms() function _shout_attributes() { - // Attribute Layout: - // object type = array( - // description = Longer human description of the attributes this - // application provides for this object, NOT of the object - // itself - // attributes = array( The attributes themselves - // name = short name of this attribute (used as a key for the Help - // system as well) - // description = Longer description of this attribute - // type = field datatype, one of the objects exported by Horde_Form - // size = maximum size of this data - // keys = array( Mapping of this attribute to all possible backends - // ldap = ldapAttribute - // sql = table.column - // ) - // limit = Maxmimum number of these attributes to store, 0 = unlimited - // required = boolean, true means form will not process without a value - // infoset = one of 'basic', 'advanced' or 'restricted'. This is used - // to help keep the forms simple for non-power-users. If - // 'required' is true and 'infoset' is anything other than - // 'basic' then 'default' MUST be specified - // 'default' = the default value of the field. - // ) - // ) - // - + // See CONGREGATION_BASE/docs/api.txt for information on the structure + // of this array. $shoutAttributes = array( 'description' => 'Phone System User Settings', 'attributes' => array( diff --git a/lib/version.php b/lib/version.php new file mode 100644 index 000000000..b855f6a05 --- /dev/null +++ b/lib/version.php @@ -0,0 +1 @@ + \ No newline at end of file