From: Jan Schneider Date: Thu, 4 Feb 2010 18:29:56 +0000 (+0100) Subject: Fix parse error. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=19aaea6f59ebc19bd93b04fe88f314900a46ccf6;p=horde.git Fix parse error. --- diff --git a/imp/config/servers.php.dist b/imp/config/servers.php.dist index 8aeabdfa0..f258fd51f 100644 --- a/imp/config/servers.php.dist +++ b/imp/config/servers.php.dist @@ -134,22 +134,21 @@ * The entry is configured as follows: * * 'quota' => array( - * /* Driver name: see below */ + * // Driver name: see below * 'driver' => [string] (REQUIRED), - * 'params' => array( - * /* True if you want to hide quota output when the server - * * reports an unlimited quota. */ + * // True if you want to hide quota output when the server + * // reports an unlimited quota. * 'hide_when_unlimited' => true | false, * - * /* What storage unit the quota messages should be - * * displayed in. */ + * // What storage unit the quota messages should be + * // displayed in. * 'unit' => 'GB' | 'MB' (DEFAULT) | 'KB', * - * /* Output format: see below. */ + * // Output format: see below. * 'format' => array(), * - * /* Additional driver parameters: see below. */ + * // Additional driver parameters: see below. * ) * ) *