From d923d73c36b9775e75f85bc5b0f9ba6807d76df2 Mon Sep 17 00:00:00 2001 From: soranzo Date: Sun, 31 Dec 2006 16:48:46 +0000 Subject: [PATCH] Update explanation of show_advanced option. Don't deprecate XHTML. --- conf/config.inc.php-dist | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/conf/config.inc.php-dist b/conf/config.inc.php-dist index d584e2e4..da06596a 100644 --- a/conf/config.inc.php-dist +++ b/conf/config.inc.php-dist @@ -4,7 +4,7 @@ * Central phpPgAdmin configuration. As a user you may modify the * settings here for your particular configuration. * - * $Id: config.inc.php-dist,v 1.50 2006/12/31 16:10:21 soranzo Exp $ + * $Id: config.inc.php-dist,v 1.51 2006/12/31 16:48:46 soranzo Exp $ */ // An example server. Create as many of these as you wish, @@ -80,9 +80,10 @@ // a database, but they do take up space in the interface. $conf['show_comments'] = true; - // Display "advanced" objects? Setting this to true will show types, - // operators conversions, languages and casts in phpPgAdmin. These - // objects are rarely administered and can clutter the interface. + // Display "advanced" objects? Setting this to true will show + // aggregates, types, operators, operator classes, conversions, + // languages and casts in phpPgAdmin. These objects are rarely + // administered and can clutter the interface. $conf['show_advanced'] = false; // Display "system" objects? @@ -115,7 +116,7 @@ // Max chars of each field to display by default in browse mode $conf['max_chars'] = 50; - // Send XHTML headers? Unless debugging, it's best to leave this off + // Send XHTML headers? $conf['use_xhtml'] = false; // Base URL for PostgreSQL documentation. -- 2.39.5