default show_advanced to false
authorchriskl <chriskl>
Fri, 14 Nov 2003 09:22:10 +0000 (09:22 +0000)
committerchriskl <chriskl>
Fri, 14 Nov 2003 09:22:10 +0000 (09:22 +0000)
conf/config.inc.php-dist

index fd7a4f69599295d57743f906b00562c4accb6b43..45d583f8601850c72beabf1c59849770da370ff4 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.28 2003/11/08 09:06:43 chriskl Exp $
+        * $Id: config.inc.php-dist,v 1.29 2003/11/14 09:22:10 chriskl Exp $
         */
 
        // An example server.  Create as many of these as you wish,
        // (eg. Run 'SELECT * FROM pg_database' in the SQL area.)
        $conf['owned_only'] = false;
 
-       // Display "advanced" objects?  Setting this to false will hide types, operators
+       // 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.
-       $conf['show_advanced'] = true;
+       $conf['show_advanced'] = false;
 
        // Display "system" objects?
        $conf['show_system'] = false;