From 19aaea6f59ebc19bd93b04fe88f314900a46ccf6 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 4 Feb 2010 19:29:56 +0100 Subject: [PATCH] Fix parse error. --- imp/config/servers.php.dist | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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. * ) * ) * -- 2.11.0