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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index 2fe984a9..415be999 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.51
+ * PHPPgAdmin v6.0.0-beta.52
*/
namespace PHPPgAdmin\Traits;
@@ -261,7 +261,7 @@ trait ViewsMatViewsPropertiesTrait
$this->printTabs($this->subject, 'definition');
$this->printMsg($msg);
- if ($vdata->RecordCount() > 0) {
+ if ($vdata->recordCount() > 0) {
// Show comment if any
if (null !== $vdata->fields['relcomment']) {
echo '<p class="comment">', $this->misc->printVal($vdata->fields['relcomment']), '</p>'.PHP_EOL;