Fixed tab highlighting cock-up.
authorjollytoad <jollytoad>
Mon, 20 Sep 2004 14:41:38 +0000 (14:41 +0000)
committerjollytoad <jollytoad>
Mon, 20 Sep 2004 14:41:38 +0000 (14:41 +0000)
aggregates.php

index cd4493493e9a9d18182a141bd2cb4268817ef3f1..e7ab25a15ef8186b0798674d64c4ace4cfacda71 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Manage aggregates in a database
         *
-        * $Id: aggregates.php,v 1.9 2004/09/07 13:58:21 jollytoad Exp $
+        * $Id: aggregates.php,v 1.10 2004/09/20 14:41:38 jollytoad Exp $
         */
 
        // Include application functions
@@ -20,7 +20,7 @@
                global $lang;
 
                $misc->printTrail('schema');
-               $misc->printTabs('schema', 'pg.aggregate');
+               $misc->printTabs('schema', 'aggregates');
                $misc->printMsg($msg);
                
                $aggregates = &$data->getAggregates();