doc/sample-insert-user_types.php

Aleksander Machniak machniak at kolabsys.com
Wed Oct 2 15:16:36 CEST 2013


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

New commits:
commit 5e5c96b24590ec0c80a47e2e45680e708ddba98f
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