Branch 'kolab-webadmin-3.1' - doc/sample-insert-user_types.php

Aleksander Machniak machniak at kolabsys.com
Wed Oct 2 15:17:13 CEST 2013


 doc/sample-insert-user_types.php |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1d3f4a8f27a191fecd1927a2bd04574461b778ce
Author: Aleksander Machniak <alec at alec.pl>
Date:   Wed Oct 2 15:16:16 2013 +0200

    Set type of mailquota field

diff --git a/doc/sample-insert-user_types.php b/doc/sample-insert-user_types.php
index f4cb5b5..d457f5e 100644
--- a/doc/sample-insert-user_types.php
+++ b/doc/sample-insert-user_types.php
@@ -97,6 +97,7 @@
                             "optional" => true,
                         ),
                     "mailquota" => Array(
+                            "type" => "text-quota",
                             "optional" => true,
                         ),
                     "mobile" => Array(
@@ -334,6 +335,7 @@
                             "optional" => true,
                         ),
                     "mailquota" => Array(
+                            "type" => "text-quota",
                             "optional" => true,
                         ),
                     "mobile" => Array(




More information about the commits mailing list