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/DatabaseController.php')
-rw-r--r--src/controllers/DatabaseController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index 16277dd6..db355e6b 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -269,7 +269,7 @@ class DatabaseController extends BaseController
$data = $this->misc->getDatabaseAccessor();
$rs = $data->findObject($_REQUEST['term'], $_REQUEST['filter']);
- if (0 < $rs->recordCount()) {
+ if (0 < $rs->RecordCount()) {
$curr = '';
while (!$rs->EOF) {
@@ -297,11 +297,11 @@ class DatabaseController extends BaseController
}
$this->_printHtmlForType($curr, $rs);
- $rs->moveNext();
+ $rs->MoveNext();
}
echo '</ul>' . \PHP_EOL;
- echo '<p>', $rs->recordCount(), ' ', $this->lang['strobjects'], '</p>' . \PHP_EOL;
+ echo '<p>', $rs->RecordCount(), ' ', $this->lang['strobjects'], '</p>' . \PHP_EOL;
} else {
echo \sprintf(
'<p>%s</p>',