Fix parse error.
authorJan Schneider <jan@horde.org>
Thu, 4 Feb 2010 18:29:56 +0000 (19:29 +0100)
committerJan Schneider <jan@horde.org>
Thu, 4 Feb 2010 18:31:38 +0000 (19:31 +0100)
imp/config/servers.php.dist

index 8aeabdf..f258fd5 100644 (file)
  *        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.
  *              )
  *          )
  *