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/database/Postgres83.php')
-rw-r--r--src/database/Postgres83.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 30f54ded..d823bb01 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.51
+ * PHPPgAdmin v6.0.0-beta.52
*/
namespace PHPPgAdmin\Database;
@@ -216,7 +216,7 @@ class Postgres83 extends Postgres84
WHERE vacrelid = {$toid};");
$status = -1; // ini
- if ($rs->RecordCount() and ($rs->fields['vacrelid'] == $toid)) {
+ if ($rs->recordCount() and ($rs->fields['vacrelid'] == $toid)) {
// table exists in pg_autovacuum, UPDATE
$sql = sprintf(
"UPDATE \"pg_catalog\".\"pg_autovacuum\" SET