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:
-rw-r--r--composer.json2
-rw-r--r--composer.lock2
-rw-r--r--index.php2
-rw-r--r--src/classes/ADONewConnection.php2
-rw-r--r--src/classes/ADORecordSet.php2
-rw-r--r--src/classes/ADOdbException.php2
-rw-r--r--src/classes/ArrayRecordSet.php2
-rw-r--r--src/classes/ContainerUtils.php2
-rw-r--r--src/classes/Misc.php2
-rw-r--r--src/classes/PluginManager.php2
-rw-r--r--src/classes/Translations.php2
-rw-r--r--src/controllers/AcinsertController.php2
-rw-r--r--src/controllers/AggregatesController.php2
-rw-r--r--src/controllers/AlldbController.php2
-rw-r--r--src/controllers/BaseController.php2
-rw-r--r--src/controllers/BrowserController.php2
-rw-r--r--src/controllers/CastsController.php2
-rw-r--r--src/controllers/ColpropertiesController.php2
-rw-r--r--src/controllers/ConstraintsController.php2
-rw-r--r--src/controllers/ConversionsController.php2
-rw-r--r--src/controllers/DatabaseController.php2
-rw-r--r--src/controllers/DataexportController.php2
-rw-r--r--src/controllers/DataimportController.php2
-rw-r--r--src/controllers/DbexportController.php2
-rw-r--r--src/controllers/DisplayController.php2
-rw-r--r--src/controllers/DomainsController.php2
-rw-r--r--src/controllers/FulltextController.php2
-rw-r--r--src/controllers/FunctionsController.php2
-rw-r--r--src/controllers/GroupsController.php2
-rw-r--r--src/controllers/HelpController.php2
-rw-r--r--src/controllers/HistoryController.php2
-rw-r--r--src/controllers/IndexesController.php2
-rw-r--r--src/controllers/InfoController.php2
-rw-r--r--src/controllers/IntroController.php2
-rw-r--r--src/controllers/LanguagesController.php2
-rw-r--r--src/controllers/LoginController.php2
-rw-r--r--src/controllers/MaterializedviewpropertiesController.php2
-rw-r--r--src/controllers/MaterializedviewsController.php2
-rw-r--r--src/controllers/OpclassesController.php2
-rw-r--r--src/controllers/OperatorsController.php2
-rw-r--r--src/controllers/PrivilegesController.php2
-rw-r--r--src/controllers/RolesController.php2
-rw-r--r--src/controllers/RulesController.php2
-rw-r--r--src/controllers/SchemasController.php2
-rw-r--r--src/controllers/SequencesController.php2
-rw-r--r--src/controllers/ServersController.php2
-rw-r--r--src/controllers/SqlController.php2
-rw-r--r--src/controllers/SqleditController.php2
-rw-r--r--src/controllers/TablesController.php2
-rw-r--r--src/controllers/TablespacesController.php2
-rw-r--r--src/controllers/TblpropertiesController.php2
-rw-r--r--src/controllers/TriggersController.php2
-rw-r--r--src/controllers/TypesController.php2
-rw-r--r--src/controllers/UsersController.php2
-rw-r--r--src/controllers/ViewpropertiesController.php2
-rw-r--r--src/controllers/ViewsController.php2
-rw-r--r--src/database/ADOdbBase.php2
-rw-r--r--src/database/Connection.php2
-rw-r--r--src/database/Postgres.php2
-rw-r--r--src/database/Postgres10.php2
-rw-r--r--src/database/Postgres11.php2
-rw-r--r--src/database/Postgres12.php2
-rw-r--r--src/database/Postgres13.php2
-rw-r--r--src/database/Postgres74.php2
-rw-r--r--src/database/Postgres80.php2
-rw-r--r--src/database/Postgres81.php2
-rw-r--r--src/database/Postgres82.php2
-rw-r--r--src/database/Postgres83.php2
-rw-r--r--src/database/Postgres84.php2
-rw-r--r--src/database/Postgres90.php2
-rw-r--r--src/database/Postgres91.php2
-rw-r--r--src/database/Postgres92.php2
-rw-r--r--src/database/Postgres93.php2
-rw-r--r--src/database/Postgres94.php2
-rw-r--r--src/database/Postgres95.php2
-rw-r--r--src/database/Postgres96.php2
-rw-r--r--src/database/databasetraits/AggregateTrait.php2
-rw-r--r--src/database/databasetraits/ColumnTrait.php2
-rw-r--r--src/database/databasetraits/DatabaseTrait.php2
-rw-r--r--src/database/databasetraits/DomainTrait.php2
-rw-r--r--src/database/databasetraits/FtsTrait.php2
-rw-r--r--src/database/databasetraits/FunctionTrait.php2
-rw-r--r--src/database/databasetraits/HasTrait.php2
-rw-r--r--src/database/databasetraits/IndexTrait.php2
-rw-r--r--src/database/databasetraits/OperatorTrait.php2
-rw-r--r--src/database/databasetraits/PrivilegesTrait.php2
-rw-r--r--src/database/databasetraits/RoleTrait.php2
-rw-r--r--src/database/databasetraits/RowTrait.php2
-rw-r--r--src/database/databasetraits/SchemaTrait.php2
-rw-r--r--src/database/databasetraits/SequenceTrait.php2
-rw-r--r--src/database/databasetraits/StatsTrait.php2
-rw-r--r--src/database/databasetraits/TableTrait.php2
-rw-r--r--src/database/databasetraits/TablespaceTrait.php2
-rw-r--r--src/database/databasetraits/TriggerTrait.php2
-rw-r--r--src/database/databasetraits/TypeTrait.php2
-rw-r--r--src/database/databasetraits/ViewTrait.php2
-rw-r--r--src/decorators/ActionUrlDecorator.php2
-rw-r--r--src/decorators/ArrayMergeDecorator.php2
-rw-r--r--src/decorators/BranchUrlDecorator.php2
-rw-r--r--src/decorators/CallbackDecorator.php2
-rw-r--r--src/decorators/ConcatDecorator.php2
-rw-r--r--src/decorators/Decorator.php2
-rw-r--r--src/decorators/FieldDecorator.php2
-rw-r--r--src/decorators/IfEmptyDecorator.php2
-rw-r--r--src/decorators/RedirectUrlDecorator.php2
-rw-r--r--src/decorators/ReplaceDecorator.php2
-rw-r--r--src/decorators/UrlDecorator.php2
-rw-r--r--src/help/PostgresDoc10.php2
-rw-r--r--src/help/PostgresDoc74.php2
-rw-r--r--src/help/PostgresDoc80.php2
-rw-r--r--src/help/PostgresDoc81.php2
-rw-r--r--src/help/PostgresDoc82.php2
-rw-r--r--src/help/PostgresDoc83.php2
-rw-r--r--src/help/PostgresDoc84.php2
-rw-r--r--src/help/PostgresDoc90.php2
-rw-r--r--src/help/PostgresDoc91.php2
-rw-r--r--src/help/PostgresDoc92.php2
-rw-r--r--src/help/PostgresDoc93.php2
-rw-r--r--src/help/PostgresDoc94.php2
-rw-r--r--src/help/PostgresDoc95.php2
-rw-r--r--src/help/PostgresDoc96.php2
-rw-r--r--src/traits/AdminTrait.php2
-rw-r--r--src/traits/ExportTrait.php2
-rw-r--r--src/traits/FormTrait.php2
-rw-r--r--src/traits/HelperTrait.php2
-rw-r--r--src/traits/InsertEditRowTrait.php2
-rw-r--r--src/traits/MiscTrait.php2
-rw-r--r--src/traits/ServersTrait.php2
-rw-r--r--src/traits/ViewsMatViewsPropertiesTrait.php2
-rw-r--r--src/traits/ViewsMatviewsTrait.php2
-rw-r--r--src/translations/Afrikaans.php2
-rw-r--r--src/translations/Arabic.php2
-rw-r--r--src/translations/Catalan.php2
-rw-r--r--src/translations/ChineseSim.php2
-rw-r--r--src/translations/ChineseTr.php2
-rw-r--r--src/translations/ChineseUtf8ZhCn.php2
-rw-r--r--src/translations/ChineseUtf8ZhTw.php2
-rw-r--r--src/translations/Czech.php2
-rw-r--r--src/translations/Danish.php2
-rw-r--r--src/translations/Dutch.php2
-rw-r--r--src/translations/English.php2
-rw-r--r--src/translations/French.php2
-rw-r--r--src/translations/Galician.php2
-rw-r--r--src/translations/German.php2
-rw-r--r--src/translations/Greek.php2
-rw-r--r--src/translations/Hebrew.php2
-rw-r--r--src/translations/Hungarian.php2
-rw-r--r--src/translations/Italian.php2
-rw-r--r--src/translations/Japanese.php2
-rw-r--r--src/translations/Lithuanian.php2
-rw-r--r--src/translations/Mongol.php2
-rw-r--r--src/translations/Polish.php2
-rw-r--r--src/translations/PortugueseBr.php2
-rw-r--r--src/translations/PortuguesePt.php2
-rw-r--r--src/translations/Romanian.php2
-rw-r--r--src/translations/Russian.php2
-rw-r--r--src/translations/RussianUtf8.php2
-rw-r--r--src/translations/Slovak.php2
-rw-r--r--src/translations/Spanish.php2
-rw-r--r--src/translations/Swedish.php2
-rw-r--r--src/translations/Turkish.php2
-rw-r--r--src/translations/Ukrainian.php2
-rw-r--r--src/xhtml/HTMLController.php2
-rw-r--r--src/xhtml/HTMLFooterController.php2
-rw-r--r--src/xhtml/HTMLHeaderController.php2
-rw-r--r--src/xhtml/HTMLNavbarController.php2
-rw-r--r--src/xhtml/HTMLTableController.php2
-rw-r--r--src/xhtml/TreeController.php2
-rw-r--r--src/xhtml/XHtmlButton.php2
-rw-r--r--src/xhtml/XHtmlElement.php2
-rw-r--r--src/xhtml/XHtmlOption.php2
-rw-r--r--src/xhtml/XHtmlSelect.php2
-rw-r--r--src/xhtml/XHtmlSimpleElement.php2
-rw-r--r--tests/_support/AcceptanceTester.php2
-rw-r--r--tests/_support/FunctionalTester.php2
-rw-r--r--tests/_support/Helper/Acceptance.php2
-rw-r--r--tests/_support/Helper/Functional.php2
-rw-r--r--tests/_support/Helper/Unit.php2
-rw-r--r--tests/_support/UnitTester.php2
-rw-r--r--tests/_support/_generated/UnitTesterActions.php2
-rw-r--r--tests/unit/ContainerTest.php2
-rw-r--r--tests/unit/ViewTest.php2
-rw-r--r--tests/views/acinsert.php2
-rw-r--r--tests/views/aggregates.php2
-rw-r--r--tests/views/alldb.php2
-rw-r--r--tests/views/browser.php2
-rw-r--r--tests/views/casts.php2
-rw-r--r--tests/views/colproperties.php2
-rw-r--r--tests/views/constraints.php2
-rw-r--r--tests/views/conversions.php2
-rw-r--r--tests/views/database.php2
-rw-r--r--tests/views/dataexport.php2
-rw-r--r--tests/views/dataimport.php2
-rw-r--r--tests/views/dbexport.php2
-rw-r--r--tests/views/display.php2
-rw-r--r--tests/views/domains.php2
-rw-r--r--tests/views/fulltext.php2
-rw-r--r--tests/views/functions.php2
-rw-r--r--tests/views/groups.php2
-rw-r--r--tests/views/help.php2
-rw-r--r--tests/views/history.php2
-rw-r--r--tests/views/indexes.php2
-rw-r--r--tests/views/info.php2
-rw-r--r--tests/views/intro.php2
-rw-r--r--tests/views/languages.php2
-rw-r--r--tests/views/login.php2
-rw-r--r--tests/views/materializedviewproperties.php2
-rw-r--r--tests/views/materializedviews.php2
-rw-r--r--tests/views/opclasses.php2
-rw-r--r--tests/views/operators.php2
-rw-r--r--tests/views/privileges.php2
-rw-r--r--tests/views/roles.php2
-rw-r--r--tests/views/rules.php2
-rw-r--r--tests/views/schemas.php2
-rw-r--r--tests/views/sequences.php2
-rw-r--r--tests/views/servers.php2
-rw-r--r--tests/views/sql.php2
-rw-r--r--tests/views/sqledit.php2
-rw-r--r--tests/views/tables.php2
-rw-r--r--tests/views/tablespaces.php2
-rw-r--r--tests/views/tblproperties.php2
-rw-r--r--tests/views/triggers.php2
-rw-r--r--tests/views/types.php2
-rw-r--r--tests/views/users.php2
-rw-r--r--tests/views/viewproperties.php2
-rw-r--r--tests/views/views.php2
226 files changed, 226 insertions, 226 deletions
diff --git a/composer.json b/composer.json
index f314c134..31ed69c7 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-RC6",
+ "version": "6.0.0-RC7",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": [
diff --git a/composer.lock b/composer.lock
index cb3a0e9b..ea2ce6ce 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "af69ef49668f4292dc125cd93ad65ae7",
+ "content-hash": "5dc8061927c54f572637cda88b615424",
"packages": [
{
"name": "adodb/adodb-php",
diff --git a/index.php b/index.php
index 20f06ce4..a9219f4e 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
require_once __DIR__.'/src/lib.inc.php';
diff --git a/src/classes/ADONewConnection.php b/src/classes/ADONewConnection.php
index bd1d5575..548e7cce 100644
--- a/src/classes/ADONewConnection.php
+++ b/src/classes/ADONewConnection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index ff162515..039ed2de 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index f47a1d10..d2413577 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 48ecc6fc..b8bec24c 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index 2dd8e30f..1867e864 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index 677b82e9..2439c11a 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin;
diff --git a/src/classes/PluginManager.php b/src/classes/PluginManager.php
index 63f3d18d..2afb9242 100644
--- a/src/classes/PluginManager.php
+++ b/src/classes/PluginManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index 4cfc03a5..64b068e1 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index 96c4e6fd..81c39c72 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index 3b04dae3..6db450c5 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index 0f1e8804..36ae627b 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index acdd7a8e..68518ff1 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 7f737c1a..1cb7ce8c 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 052b3a6b..b3d8bb4a 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index 9e118580..a9117873 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index 14f87be1..404ab27b 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index 3e58b667..33e78645 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index ab821874..733809e7 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index 180daf8d..f1e2e7f0 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index e843df4b..2d952c96 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 15ff8ed5..e43ef297 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index 13acde85..f1d49a20 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index b1663ae4..a51bc3c7 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 8a7360df..58fc2e2e 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index 3817d0f8..380c56b2 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index bf8a01b4..4803c76c 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index 2b6f01a1..f7aa9d82 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index 81cb978f..c6eac42e 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 24c88783..369e5b18 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 6feea45b..de4b0f58 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index bba863e2..dbae1430 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index cd2c7bb8..06be7948 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index 4d737c52..5d70d58a 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index dbbc2727..3c437755 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index f66d440c..629ef6b5 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 466ce114..618136c6 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 4b7c338a..a64bf0fe 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 0ac882c1..8fa254a0 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 6c518eff..015f4a49 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index a935aabc..3c1ca747 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index ef8a0e72..30c59059 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index 59980a38..4f0462b7 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index da533ee6..d48c29e3 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index c96cfb36..b8c84b88 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index e4a9e3e7..8a5a2bcd 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 612b5683..5b983120 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index 108a66f2..f676e997 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 35cb3943..1ea86df3 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index b1edf6a8..9c6cad88 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index 9dd825b7..c461e868 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index 8858b8ed..c63dc575 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index 7d7fc6aa..ec5b7b49 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 334a1572..812a11e2 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 0972f33e..95873690 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index 433c5efc..3c56ebdd 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index 13426766..b519d210 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index 0e4cec9b..c93b7f5a 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index e017c097..8de872e2 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index 27790c14..f9979dca 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres13.php b/src/database/Postgres13.php
index 90333623..01a53b74 100644
--- a/src/database/Postgres13.php
+++ b/src/database/Postgres13.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index cb9d2e78..cd9f67da 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index e480de00..da45e25f 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index a7e22a30..ca4c82f5 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index cd2339d4..553e620b 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 372a09f9..9b22e4c1 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index 4f1b834a..79ec0150 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 3e77074c..3f07a0a2 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index 13d0d8ad..d3f749fc 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index bdd98afa..38fdcd36 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index 9002a146..33b745d6 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index 6db0523a..dc3ffd0e 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index 70043147..dba9070e 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index 8bb7d20e..a1911096 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/databasetraits/AggregateTrait.php b/src/database/databasetraits/AggregateTrait.php
index 14c006be..158e5c64 100644
--- a/src/database/databasetraits/AggregateTrait.php
+++ b/src/database/databasetraits/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ColumnTrait.php b/src/database/databasetraits/ColumnTrait.php
index de8074e0..3910d962 100644
--- a/src/database/databasetraits/ColumnTrait.php
+++ b/src/database/databasetraits/ColumnTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DatabaseTrait.php b/src/database/databasetraits/DatabaseTrait.php
index 656138e2..25a25ce7 100644
--- a/src/database/databasetraits/DatabaseTrait.php
+++ b/src/database/databasetraits/DatabaseTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DomainTrait.php b/src/database/databasetraits/DomainTrait.php
index 7cc6eb20..5bcad8ca 100644
--- a/src/database/databasetraits/DomainTrait.php
+++ b/src/database/databasetraits/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FtsTrait.php b/src/database/databasetraits/FtsTrait.php
index 3abeae79..6db8d004 100644
--- a/src/database/databasetraits/FtsTrait.php
+++ b/src/database/databasetraits/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FunctionTrait.php b/src/database/databasetraits/FunctionTrait.php
index 58efc510..a4773da1 100644
--- a/src/database/databasetraits/FunctionTrait.php
+++ b/src/database/databasetraits/FunctionTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/HasTrait.php b/src/database/databasetraits/HasTrait.php
index 76e4bba7..03e4270e 100644
--- a/src/database/databasetraits/HasTrait.php
+++ b/src/database/databasetraits/HasTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/IndexTrait.php b/src/database/databasetraits/IndexTrait.php
index cc9a21a0..878733df 100644
--- a/src/database/databasetraits/IndexTrait.php
+++ b/src/database/databasetraits/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/OperatorTrait.php b/src/database/databasetraits/OperatorTrait.php
index 6c0fc82d..f0bb7d16 100644
--- a/src/database/databasetraits/OperatorTrait.php
+++ b/src/database/databasetraits/OperatorTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/PrivilegesTrait.php b/src/database/databasetraits/PrivilegesTrait.php
index 2322f7b3..209b9523 100644
--- a/src/database/databasetraits/PrivilegesTrait.php
+++ b/src/database/databasetraits/PrivilegesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index c6b5b41c..6db17da0 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RowTrait.php b/src/database/databasetraits/RowTrait.php
index 256f267a..be5d5791 100644
--- a/src/database/databasetraits/RowTrait.php
+++ b/src/database/databasetraits/RowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index fb71e3c0..7ce07e3c 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SequenceTrait.php b/src/database/databasetraits/SequenceTrait.php
index 9ec62524..e5281d0c 100644
--- a/src/database/databasetraits/SequenceTrait.php
+++ b/src/database/databasetraits/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/StatsTrait.php b/src/database/databasetraits/StatsTrait.php
index b4ae27ca..a53e3534 100644
--- a/src/database/databasetraits/StatsTrait.php
+++ b/src/database/databasetraits/StatsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TableTrait.php b/src/database/databasetraits/TableTrait.php
index 91b3a495..0a430a75 100644
--- a/src/database/databasetraits/TableTrait.php
+++ b/src/database/databasetraits/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TablespaceTrait.php b/src/database/databasetraits/TablespaceTrait.php
index 715244d7..768bdc1f 100644
--- a/src/database/databasetraits/TablespaceTrait.php
+++ b/src/database/databasetraits/TablespaceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TriggerTrait.php b/src/database/databasetraits/TriggerTrait.php
index 92fc1dd5..1c08a623 100644
--- a/src/database/databasetraits/TriggerTrait.php
+++ b/src/database/databasetraits/TriggerTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TypeTrait.php b/src/database/databasetraits/TypeTrait.php
index 0a6bb680..177a633f 100644
--- a/src/database/databasetraits/TypeTrait.php
+++ b/src/database/databasetraits/TypeTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index 76923fd1..ac31e3df 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 677e95be..64e1baa6 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index b272d5ec..6082f90f 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index 471053d2..d49a512d 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 3e8e8f7a..4402e25c 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index ba08135c..316218fd 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index a2413787..eabdcacb 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index ca3520ad..89408a2e 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index d3320896..e96b1199 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index 9916bbba..c658c585 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index 15f861f1..b7d4f8b3 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index a0383529..cbe10a6a 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc10.php b/src/help/PostgresDoc10.php
index 192d9ba1..391280a1 100644
--- a/src/help/PostgresDoc10.php
+++ b/src/help/PostgresDoc10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index 6e438dab..e64be1c4 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index 5c256618..5a3768f0 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index 8936695d..0cb821a7 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index 891e4b57..db942606 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index 583ed53b..f2c5121a 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index bca0ee28..c94d9d0e 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index cb40e78d..81e9aa95 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index 1945cc9d..8399649d 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index 5697af6b..33426e9a 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index 3011a152..511e1e12 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index a33ea302..e2b66c26 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index 782ebc53..a50c1c37 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index 73b89ca8..72389ad0 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Help;
diff --git a/src/traits/AdminTrait.php b/src/traits/AdminTrait.php
index d82d5bfa..d5a5e816 100644
--- a/src/traits/AdminTrait.php
+++ b/src/traits/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ExportTrait.php b/src/traits/ExportTrait.php
index 9a4ca625..72ab9ffc 100644
--- a/src/traits/ExportTrait.php
+++ b/src/traits/ExportTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/FormTrait.php b/src/traits/FormTrait.php
index 57ff6209..57866e41 100644
--- a/src/traits/FormTrait.php
+++ b/src/traits/FormTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/HelperTrait.php b/src/traits/HelperTrait.php
index 49ca87e4..d83fce3b 100644
--- a/src/traits/HelperTrait.php
+++ b/src/traits/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/InsertEditRowTrait.php b/src/traits/InsertEditRowTrait.php
index 34efb680..a3c3157a 100644
--- a/src/traits/InsertEditRowTrait.php
+++ b/src/traits/InsertEditRowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/MiscTrait.php b/src/traits/MiscTrait.php
index 99a1bf15..1de06dac 100644
--- a/src/traits/MiscTrait.php
+++ b/src/traits/MiscTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ServersTrait.php b/src/traits/ServersTrait.php
index 60788a65..6159462e 100644
--- a/src/traits/ServersTrait.php
+++ b/src/traits/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index 77153ad4..1f1a0d54 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index 973bf2d1..7200b0c5 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/translations/Afrikaans.php b/src/translations/Afrikaans.php
index 8503cef8..598b8b19 100644
--- a/src/translations/Afrikaans.php
+++ b/src/translations/Afrikaans.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Arabic.php b/src/translations/Arabic.php
index d737a3e9..ec6e55db 100644
--- a/src/translations/Arabic.php
+++ b/src/translations/Arabic.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Catalan.php b/src/translations/Catalan.php
index 20342c92..c1d51b42 100644
--- a/src/translations/Catalan.php
+++ b/src/translations/Catalan.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseSim.php b/src/translations/ChineseSim.php
index 25c91a93..83d0c651 100644
--- a/src/translations/ChineseSim.php
+++ b/src/translations/ChineseSim.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index be9efba0..da44af5c 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhCn.php b/src/translations/ChineseUtf8ZhCn.php
index b355bc44..f1585412 100644
--- a/src/translations/ChineseUtf8ZhCn.php
+++ b/src/translations/ChineseUtf8ZhCn.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index 7d660072..9fe638e3 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Czech.php b/src/translations/Czech.php
index 50e19fd9..8e1168c7 100644
--- a/src/translations/Czech.php
+++ b/src/translations/Czech.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Danish.php b/src/translations/Danish.php
index 1ea23e66..495946bc 100644
--- a/src/translations/Danish.php
+++ b/src/translations/Danish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Dutch.php b/src/translations/Dutch.php
index 70c2e73f..e24b6ecd 100644
--- a/src/translations/Dutch.php
+++ b/src/translations/Dutch.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/English.php b/src/translations/English.php
index 010095b1..27beb1e4 100644
--- a/src/translations/English.php
+++ b/src/translations/English.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/French.php b/src/translations/French.php
index d647c876..48323556 100644
--- a/src/translations/French.php
+++ b/src/translations/French.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Galician.php b/src/translations/Galician.php
index cbcf2fdb..367e47a3 100644
--- a/src/translations/Galician.php
+++ b/src/translations/Galician.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/German.php b/src/translations/German.php
index 90a40c08..bca0ef2a 100644
--- a/src/translations/German.php
+++ b/src/translations/German.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Greek.php b/src/translations/Greek.php
index 72141f12..1bf518f6 100644
--- a/src/translations/Greek.php
+++ b/src/translations/Greek.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hebrew.php b/src/translations/Hebrew.php
index 04039cbd..ab4512d9 100644
--- a/src/translations/Hebrew.php
+++ b/src/translations/Hebrew.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hungarian.php b/src/translations/Hungarian.php
index 5e4f796c..01a3d340 100644
--- a/src/translations/Hungarian.php
+++ b/src/translations/Hungarian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Italian.php b/src/translations/Italian.php
index cad31092..541c808f 100644
--- a/src/translations/Italian.php
+++ b/src/translations/Italian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Japanese.php b/src/translations/Japanese.php
index 6184bd6f..a310ee80 100644
--- a/src/translations/Japanese.php
+++ b/src/translations/Japanese.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Lithuanian.php b/src/translations/Lithuanian.php
index 9392acf0..3e42e64f 100644
--- a/src/translations/Lithuanian.php
+++ b/src/translations/Lithuanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Mongol.php b/src/translations/Mongol.php
index a68fa685..24da3889 100644
--- a/src/translations/Mongol.php
+++ b/src/translations/Mongol.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Polish.php b/src/translations/Polish.php
index 6878e985..564c4e42 100644
--- a/src/translations/Polish.php
+++ b/src/translations/Polish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortugueseBr.php b/src/translations/PortugueseBr.php
index e2d963f7..80f02820 100644
--- a/src/translations/PortugueseBr.php
+++ b/src/translations/PortugueseBr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortuguesePt.php b/src/translations/PortuguesePt.php
index dd2723bf..ac81916f 100644
--- a/src/translations/PortuguesePt.php
+++ b/src/translations/PortuguesePt.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Romanian.php b/src/translations/Romanian.php
index 038cdbcf..7d12a92d 100644
--- a/src/translations/Romanian.php
+++ b/src/translations/Romanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Russian.php b/src/translations/Russian.php
index 41d8cc95..75b8b1ff 100644
--- a/src/translations/Russian.php
+++ b/src/translations/Russian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/RussianUtf8.php b/src/translations/RussianUtf8.php
index 99b7b173..5523836a 100644
--- a/src/translations/RussianUtf8.php
+++ b/src/translations/RussianUtf8.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Slovak.php b/src/translations/Slovak.php
index 06db9e67..9a9f9bc3 100644
--- a/src/translations/Slovak.php
+++ b/src/translations/Slovak.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Spanish.php b/src/translations/Spanish.php
index 36bb8fd3..09780d73 100644
--- a/src/translations/Spanish.php
+++ b/src/translations/Spanish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Swedish.php b/src/translations/Swedish.php
index 228824ad..7b614054 100644
--- a/src/translations/Swedish.php
+++ b/src/translations/Swedish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Turkish.php b/src/translations/Turkish.php
index 8b5fd731..c2db1bed 100644
--- a/src/translations/Turkish.php
+++ b/src/translations/Turkish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Ukrainian.php b/src/translations/Ukrainian.php
index a1742c0d..01170012 100644
--- a/src/translations/Ukrainian.php
+++ b/src/translations/Ukrainian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index 5a91cba9..66fd6038 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index cb2a641b..87f0f0ea 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 857736bd..54bd698e 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index a627d466..23e8faa2 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index b1a5c0bf..9e612d39 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/TreeController.php b/src/xhtml/TreeController.php
index 033c3937..b9a7f65f 100644
--- a/src/xhtml/TreeController.php
+++ b/src/xhtml/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index 22efebde..63df9caf 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index f323d3ac..97224750 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 1ed493d2..7da7f912 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index 230e5657..0a4695d8 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index bc66c190..feb58a7e 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace PHPPgAdmin\XHtml;
diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index c38ee482..84260432 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
class AcceptanceTester extends \Codeception\Actor
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
index 6c8582bb..ad5aae00 100644
--- a/tests/_support/FunctionalTester.php
+++ b/tests/_support/FunctionalTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
class FunctionalTester extends \Codeception\Actor
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
index 3a8d7a1d..c5e02700 100644
--- a/tests/_support/Helper/Acceptance.php
+++ b/tests/_support/Helper/Acceptance.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace Helper;
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
index 2688c605..c2a880a0 100644
--- a/tests/_support/Helper/Functional.php
+++ b/tests/_support/Helper/Functional.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace Helper;
diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php
index 551535d9..92c5653e 100644
--- a/tests/_support/Helper/Unit.php
+++ b/tests/_support/Helper/Unit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace Helper;
diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php
index b18e6855..7f2e3ad9 100644
--- a/tests/_support/UnitTester.php
+++ b/tests/_support/UnitTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
class UnitTester extends \Codeception\Actor
diff --git a/tests/_support/_generated/UnitTesterActions.php b/tests/_support/_generated/UnitTesterActions.php
index 11ee68f5..346840a6 100644
--- a/tests/_support/_generated/UnitTesterActions.php
+++ b/tests/_support/_generated/UnitTesterActions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
namespace _generated;
diff --git a/tests/unit/ContainerTest.php b/tests/unit/ContainerTest.php
index 546a1f59..c31f86ba 100644
--- a/tests/unit/ContainerTest.php
+++ b/tests/unit/ContainerTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
class ContainerTest extends \Codeception\Test\Unit
diff --git a/tests/unit/ViewTest.php b/tests/unit/ViewTest.php
index 48676176..519eed4a 100644
--- a/tests/unit/ViewTest.php
+++ b/tests/unit/ViewTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
class ViewTest extends \Codeception\Test\Unit
diff --git a/tests/views/acinsert.php b/tests/views/acinsert.php
index 160ead58..c629e587 100644
--- a/tests/views/acinsert.php
+++ b/tests/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/aggregates.php b/tests/views/aggregates.php
index 2336abc7..967bf4fb 100644
--- a/tests/views/aggregates.php
+++ b/tests/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/alldb.php b/tests/views/alldb.php
index f8259c0b..1f5bf8bb 100644
--- a/tests/views/alldb.php
+++ b/tests/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/browser.php b/tests/views/browser.php
index 202f5289..8dceec7f 100644
--- a/tests/views/browser.php
+++ b/tests/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/casts.php b/tests/views/casts.php
index 5b420fda..1b845d98 100644
--- a/tests/views/casts.php
+++ b/tests/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/colproperties.php b/tests/views/colproperties.php
index e50f68c2..3aae2ec4 100644
--- a/tests/views/colproperties.php
+++ b/tests/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/constraints.php b/tests/views/constraints.php
index 84891f93..37abdbcb 100644
--- a/tests/views/constraints.php
+++ b/tests/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/conversions.php b/tests/views/conversions.php
index e73396f5..219ccf92 100644
--- a/tests/views/conversions.php
+++ b/tests/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/database.php b/tests/views/database.php
index 0816bdc6..9e083f2c 100644
--- a/tests/views/database.php
+++ b/tests/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/dataexport.php b/tests/views/dataexport.php
index 580a43e4..81bc4ddd 100644
--- a/tests/views/dataexport.php
+++ b/tests/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/dataimport.php b/tests/views/dataimport.php
index 835dd98c..df1c0a81 100644
--- a/tests/views/dataimport.php
+++ b/tests/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/dbexport.php b/tests/views/dbexport.php
index 7b62da9b..ed40697d 100644
--- a/tests/views/dbexport.php
+++ b/tests/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/display.php b/tests/views/display.php
index 478050ed..6af5b9b5 100644
--- a/tests/views/display.php
+++ b/tests/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/domains.php b/tests/views/domains.php
index ee4cdb95..1f9bfed1 100644
--- a/tests/views/domains.php
+++ b/tests/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/fulltext.php b/tests/views/fulltext.php
index d3310775..871c9109 100644
--- a/tests/views/fulltext.php
+++ b/tests/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/functions.php b/tests/views/functions.php
index 6dab8a2e..228cb28d 100644
--- a/tests/views/functions.php
+++ b/tests/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/groups.php b/tests/views/groups.php
index 083957b8..0d52a896 100644
--- a/tests/views/groups.php
+++ b/tests/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/help.php b/tests/views/help.php
index b1e57c45..49b070ad 100644
--- a/tests/views/help.php
+++ b/tests/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/history.php b/tests/views/history.php
index 11b1b866..d6088192 100644
--- a/tests/views/history.php
+++ b/tests/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/indexes.php b/tests/views/indexes.php
index 18bfd248..a8c0e8b5 100644
--- a/tests/views/indexes.php
+++ b/tests/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/info.php b/tests/views/info.php
index 2a99fcea..fb55630f 100644
--- a/tests/views/info.php
+++ b/tests/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/intro.php b/tests/views/intro.php
index e064cea8..7bd25275 100644
--- a/tests/views/intro.php
+++ b/tests/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/languages.php b/tests/views/languages.php
index 52f24eb3..653d16a5 100644
--- a/tests/views/languages.php
+++ b/tests/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/login.php b/tests/views/login.php
index bfc4d7b4..3985a239 100644
--- a/tests/views/login.php
+++ b/tests/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/materializedviewproperties.php b/tests/views/materializedviewproperties.php
index c363ebff..1ee2d45e 100644
--- a/tests/views/materializedviewproperties.php
+++ b/tests/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/materializedviews.php b/tests/views/materializedviews.php
index 685ed2a2..1469358a 100644
--- a/tests/views/materializedviews.php
+++ b/tests/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/opclasses.php b/tests/views/opclasses.php
index a2495d3e..6dfa17c6 100644
--- a/tests/views/opclasses.php
+++ b/tests/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/operators.php b/tests/views/operators.php
index 8583020e..975cf87a 100644
--- a/tests/views/operators.php
+++ b/tests/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/privileges.php b/tests/views/privileges.php
index 730ab8e8..f22554c3 100644
--- a/tests/views/privileges.php
+++ b/tests/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/roles.php b/tests/views/roles.php
index 5f46eb32..c4822339 100644
--- a/tests/views/roles.php
+++ b/tests/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/rules.php b/tests/views/rules.php
index b3be28a4..2429cb47 100644
--- a/tests/views/rules.php
+++ b/tests/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/schemas.php b/tests/views/schemas.php
index 8c90dd55..7dfbdc83 100644
--- a/tests/views/schemas.php
+++ b/tests/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/sequences.php b/tests/views/sequences.php
index d946d865..71ea9634 100644
--- a/tests/views/sequences.php
+++ b/tests/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/servers.php b/tests/views/servers.php
index 6eeacea7..3c4c5508 100644
--- a/tests/views/servers.php
+++ b/tests/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/sql.php b/tests/views/sql.php
index 5394a339..6fc2f772 100644
--- a/tests/views/sql.php
+++ b/tests/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/sqledit.php b/tests/views/sqledit.php
index 032d2124..66727edf 100644
--- a/tests/views/sqledit.php
+++ b/tests/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/tables.php b/tests/views/tables.php
index 0fc8d55b..26d3c56a 100644
--- a/tests/views/tables.php
+++ b/tests/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
$do_render = false;
diff --git a/tests/views/tablespaces.php b/tests/views/tablespaces.php
index c618812e..90e60849 100644
--- a/tests/views/tablespaces.php
+++ b/tests/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/tblproperties.php b/tests/views/tblproperties.php
index fb4f52b6..a649cb07 100644
--- a/tests/views/tblproperties.php
+++ b/tests/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/triggers.php b/tests/views/triggers.php
index 4628fa77..f084742d 100644
--- a/tests/views/triggers.php
+++ b/tests/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/types.php b/tests/views/types.php
index e6bccdf7..7d87535e 100644
--- a/tests/views/types.php
+++ b/tests/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/users.php b/tests/views/users.php
index 73e1cd72..9935b2f8 100644
--- a/tests/views/users.php
+++ b/tests/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/viewproperties.php b/tests/views/viewproperties.php
index 0b8ba6c2..9a4de4a2 100644
--- a/tests/views/viewproperties.php
+++ b/tests/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions
diff --git a/tests/views/views.php b/tests/views/views.php
index 53545fd9..eb5d35f8 100644
--- a/tests/views/views.php
+++ b/tests/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC6
+ * PHPPgAdmin v6.0.0-RC7
*/
// Include application functions