", $misc->printVal($_REQUEST['database']), ": {$lang['straggregates']}\n"; $misc->printMsg($msg); $aggregates = &$data->getAggregates(); if ($aggregates->recordCount() > 0) { echo "\n"; echo ""; echo "\n"; $i = 0; while (!$aggregates->EOF) { $id = (($i % 2) == 0 ? '1' : '2'); echo "\n"; echo "\n"; echo "\n"; $aggregates->moveNext(); $i++; } echo "
{$lang['strname']}{$lang['strtype']}
", $misc->printVal($aggregates->f['proname']), ""; // If arg type is NULL, then we need to output "all types" if ($aggregates->f['proargtypes'] === null) echo $lang['stralltypes']; else echo $misc->printVal($aggregates->f['proargtypes']); echo "
\n"; } else { echo "

{$lang['strnoaggregates']}

\n"; } } $misc->printHeader($lang['straggregates']); $misc->printBody(); switch ($action) { default: doDefault(); break; } $misc->printFooter(); ?>