Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/AggregatesController.php')
-rw-r--r--src/controllers/AggregatesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index afd57de0..20d63135 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -428,7 +428,7 @@ class AggregatesController extends BaseController
echo '<form action="' . \containerInstance()->subFolder . '/src/views/aggregates" method="post">' . \PHP_EOL;
$aggrdata = $this->data->getAggregate($_REQUEST['aggrname'], $_REQUEST['aggrtype']);
- if (0 < $aggrdata->recordCount()) {
+ if (0 < $aggrdata->RecordCount()) {
// Output table header
echo '<table>' . \PHP_EOL;
echo \sprintf(
@@ -551,7 +551,7 @@ class AggregatesController extends BaseController
$aggrdata = $this->data->getAggregate($_REQUEST['aggrname'], $_REQUEST['aggrtype']);
- if (0 < $aggrdata->recordCount()) {
+ if (0 < $aggrdata->RecordCount()) {
// Display aggregate's info
echo '<table>' . \PHP_EOL;
echo \sprintf(