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/traits/ViewsMatViewsPropertiesTrait.php')
-rw-r--r--src/traits/ViewsMatViewsPropertiesTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index acc373c6..be52e53f 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -264,7 +264,7 @@ trait ViewsMatViewsPropertiesTrait
$this->printTabs($this->subject, 'definition');
$this->printMsg($msg);
- if (0 < $vdata->recordCount()) {
+ if (0 < $vdata->RecordCount()) {
// Show comment if any
if (null !== $vdata->fields['relcomment']) {
echo '<p class="comment">', $this->misc->printVal($vdata->fields['relcomment']), '</p>' . \PHP_EOL;