From 16e983411d1590dfe2cc497352401c6b77209732 Mon Sep 17 00:00:00 2001 From: jollytoad Date: Mon, 20 Sep 2004 14:41:38 +0000 Subject: [PATCH] Fixed tab highlighting cock-up. --- aggregates.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aggregates.php b/aggregates.php index cd449349..e7ab25a1 100644 --- a/aggregates.php +++ b/aggregates.php @@ -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(); -- 2.39.5