Update explanation of show_advanced option. Don't deprecate XHTML.
authorsoranzo <soranzo>
Sun, 31 Dec 2006 16:48:46 +0000 (16:48 +0000)
committersoranzo <soranzo>
Sun, 31 Dec 2006 16:48:46 +0000 (16:48 +0000)
conf/config.inc.php-dist

index d584e2e4d2076ca4ee4c82165340af75d94f6edb..da06596a29850a0b7d45346f8986fbda7f468b3a 100644 (file)
@@ -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,
        // 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?
        // 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.