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:
authorFelipe Figueroa <amenadiel@gmail.com>2018-04-21 18:45:10 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-21 18:45:10 +0300
commitadc662f3a1c9d6903fa695408aa90c05705bedc3 (patch)
treefcbce86da3c931340cd5623b3cf37f6fae358031
parent5b2befe8827b440c0b8724f3a2684b95b4571f26 (diff)
Tag v 6.0.0-beta.42 repairs constructor of connectionv6.0.0-beta.42
-rw-r--r--.php_cs.cache2
-rw-r--r--composer.json2
-rw-r--r--composer.lock2
-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/HelperTrait.php2
-rw-r--r--src/classes/Highlight.php2
-rw-r--r--src/classes/Misc.php9
-rw-r--r--src/classes/PluginManager.php2
-rw-r--r--src/controllers/AcinsertController.php2
-rw-r--r--src/controllers/AdminTrait.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/ServersTrait.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/AggregateTrait.php2
-rw-r--r--src/database/Connection.php2
-rw-r--r--src/database/DomainTrait.php2
-rw-r--r--src/database/FtsTrait.php2
-rw-r--r--src/database/IndexTrait.php2
-rw-r--r--src/database/Postgres.php2
-rw-r--r--src/database/Postgres10.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/RoleTrait.php2
-rw-r--r--src/database/SequenceTrait.php2
-rw-r--r--src/database/TableTrait.php2
-rw-r--r--src/database/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/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/views/acinsert.php2
-rw-r--r--src/views/aggregates.php2
-rw-r--r--src/views/alldb.php2
-rw-r--r--src/views/browser.php2
-rw-r--r--src/views/casts.php2
-rw-r--r--src/views/colproperties.php2
-rw-r--r--src/views/constraints.php2
-rw-r--r--src/views/conversions.php2
-rw-r--r--src/views/database.php2
-rw-r--r--src/views/dataexport.php2
-rw-r--r--src/views/dataimport.php2
-rw-r--r--src/views/dbexport.php2
-rw-r--r--src/views/display.php2
-rw-r--r--src/views/domains.php2
-rw-r--r--src/views/fulltext.php2
-rw-r--r--src/views/functions.php2
-rw-r--r--src/views/groups.php2
-rw-r--r--src/views/help.php2
-rw-r--r--src/views/history.php2
-rw-r--r--src/views/indexes.php2
-rw-r--r--src/views/info.php2
-rw-r--r--src/views/intro.php2
-rw-r--r--src/views/languages.php2
-rw-r--r--src/views/login.php2
-rw-r--r--src/views/materializedviewproperties.php2
-rw-r--r--src/views/materializedviews.php2
-rw-r--r--src/views/opclasses.php2
-rw-r--r--src/views/operators.php2
-rw-r--r--src/views/privileges.php2
-rw-r--r--src/views/roles.php2
-rw-r--r--src/views/rules.php2
-rw-r--r--src/views/schemas.php2
-rw-r--r--src/views/sequences.php2
-rw-r--r--src/views/servers.php2
-rw-r--r--src/views/sql.php2
-rw-r--r--src/views/sqledit.php2
-rw-r--r--src/views/tables.php2
-rw-r--r--src/views/tablespaces.php2
-rw-r--r--src/views/tblproperties.php2
-rw-r--r--src/views/triggers.php2
-rw-r--r--src/views/types.php2
-rw-r--r--src/views/users.php2
-rw-r--r--src/views/viewproperties.php2
-rw-r--r--src/views/views.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
162 files changed, 164 insertions, 167 deletions
diff --git a/.php_cs.cache b/.php_cs.cache
index 5a15c4d0..ac9a98fb 100644
--- a/.php_cs.cache
+++ b/.php_cs.cache
@@ -1 +1 @@
-{"php":"7.1.16-1+ubuntu17.10.1+deb.sury.org+1","version":"2.11.1:v2.11.1#ad94441c17b8ef096e517acccdbf3238af8a2da8","rules":{"php_unit_namespaced":{"target":"6.0"},"php_unit_dedicate_assert":{"target":"5.6"},"php_unit_expectation":{"target":"5.6"},"php_unit_mock":{"target":"5.5"},"php_unit_no_expectation_annotation":{"target":"4.3"},"binary_operator_spaces":{"align_double_arrow":true,"align_equals":true},"blank_line_after_opening_tag":true,"blank_line_before_statement":true,"braces":true,"cast_spaces":true,"class_attributes_separation":{"elements":["method"]},"class_definition":true,"concat_space":{"spacing":"none"},"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"magic_constant_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"native_function_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":{"tokens":["break","continue","extra","return","throw","use","parenthesis_brace_block","square_brace_block","curly_brace_block"]},"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":true,"no_unneeded_curly_braces":true,"no_unneeded_final_method":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"php_unit_fqcn_annotation":true,"phpdoc_align":{"tags":["method","param","property","return","throws","type","var"]},"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_empty_return":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"protected_to_private":true,"return_type_declaration":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":{"elements":["property"]},"single_quote":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"blank_line_after_namespace":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_constants":true,"lowercase_keywords":true,"no_break_comment":true,"no_closing_tag":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"modernize_types_casting":true,"align_multiline_comment":true,"array_syntax":{"syntax":"short"},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"compact_nullable_typehint":true,"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"final_internal_class":true,"header_comment":{"commentType":"PHPDoc","header":"PHPPgAdmin v6.0.0-beta.41"},"heredoc_to_nowdoc":true,"list_syntax":{"syntax":"long"},"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"no_null_property_initialization":true,"no_short_echo_tag":true,"no_superfluous_elseif":true,"no_unreachable_default_argument_value":true,"no_useless_else":true,"no_useless_return":true,"ordered_imports":true,"php_unit_strict":true,"php_unit_test_annotation":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_order":true,"phpdoc_types_order":true,"strict_param":true},"hashes":{"src\/classes\/HelperTrait.php":1291101547,"src\/classes\/ADOdbException.php":3790871827,"src\/classes\/PluginManager.php":1745000932,"src\/classes\/ADORecordSet.php":1029285295,"src\/classes\/ContainerUtils.php":3393356839,"src\/classes\/Highlight.php":3123411470,"src\/classes\/ArrayRecordSet.php":248810828,"src\/classes\/Misc.php":1212832607,"src\/controllers\/GroupsController.php":4123007712,"src\/controllers\/DbexportController.php":200408227,"src\/controllers\/RulesController.php":1409742448,"src\/controllers\/OperatorsController.php":2033601865,"src\/controllers\/AlldbController.php":312560632,"src\/controllers\/LanguagesController.php":782326786,"src\/controllers\/TypesController.php":4007462859,"src\/controllers\/SequencesController.php":126970039,"src\/controllers\/ServersController.php":1677813561,"src\/controllers\/AcinsertController.php":1392082487,"src\/controllers\/ConversionsController.php":1286601633,"src\/controllers\/SqleditController.php":2448079430,"src\/controllers\/ServersTrait.php":884335431,"src\/controllers\/BaseController.php":1963012622,"src\/controllers\/UsersController.php":1223658146,"src\/controllers\/SqlController.php":3386065533,"src\/controllers\/DatabaseController.php":1014103125,"src\/controllers\/TblpropertiesController.php":3438716660,"src\/controllers\/TablespacesController.php":2780112694,"src\/controllers\/DataimportController.php":4181309534,"src\/controllers\/OpclassesController.php":3330040822,"src\/controllers\/HelpController.php":3433190022,"src\/controllers\/ViewsController.php":814900526,"src\/controllers\/AdminTrait.php":2775161719,"src\/controllers\/DataexportController.php":1061021986,"src\/controllers\/ColpropertiesController.php":31892442,"src\/controllers\/TriggersController.php":1952586278,"src\/controllers\/FunctionsController.php":1742352971,"src\/controllers\/AggregatesController.php":3233242694,"src\/controllers\/SchemasController.php":1729958728,"src\/controllers\/IntroController.php":2234290365,"src\/controllers\/DisplayController.php":4109024643,"src\/controllers\/ViewpropertiesController.php":1040677535,"src\/controllers\/InfoController.php":1469332541,"src\/controllers\/TablesController.php":3506945081,"src\/controllers\/FulltextController.php":262493614,"src\/controllers\/CastsController.php":845226912,"src\/controllers\/LoginController.php":1478377863,"src\/controllers\/DomainsController.php":1124072348,"src\/controllers\/MaterializedviewsController.php":2468212380,"src\/controllers\/BrowserController.php":2363103958,"src\/controllers\/HistoryController.php":2551220072,"src\/controllers\/MaterializedviewpropertiesController.php":812485289,"src\/controllers\/PrivilegesController.php":3545918482,"src\/controllers\/ConstraintsController.php":1190203158,"src\/controllers\/IndexesController.php":573152200,"src\/controllers\/RolesController.php":1901650554,"src\/database\/Postgres84.php":2338517631,"src\/database\/SequenceTrait.php":816779992,"src\/database\/TableTrait.php":3361581097,"src\/database\/Postgres81.php":3930429248,"src\/database\/AggregateTrait.php":2795801424,"src\/database\/Postgres92.php":3107718870,"src\/database\/Postgres94.php":2685834489,"src\/database\/FtsTrait.php":1156130953,"src\/database\/Postgres93.php":2239304626,"src\/database\/Postgres83.php":2534420452,"src\/database\/Postgres95.php":1727742848,"src\/database\/DomainTrait.php":2478360474,"src\/database\/Postgres90.php":482150987,"src\/database\/Postgres96.php":2510765918,"src\/database\/RoleTrait.php":4050209822,"src\/database\/Postgres74.php":3662143018,"src\/database\/Postgres80.php":4236373816,"src\/database\/ADOdbBase.php":1370935204,"src\/database\/Postgres10.php":1177878247,"src\/database\/Postgres82.php":1982792145,"src\/database\/Postgres91.php":1453093121,"src\/database\/IndexTrait.php":449484671,"src\/database\/Postgres.php":89766137,"src\/database\/Connection.php":3904824543,"src\/database\/ViewTrait.php":2423415960,"src\/decorators\/ReplaceDecorator.php":436935281,"src\/decorators\/Decorator.php":1750576334,"src\/decorators\/IfEmptyDecorator.php":798484164,"src\/decorators\/ActionUrlDecorator.php":3693469092,"src\/decorators\/BranchUrlDecorator.php":2369155363,"src\/decorators\/UrlDecorator.php":1010072877,"src\/decorators\/ConcatDecorator.php":2675323471,"src\/decorators\/RedirectUrlDecorator.php":3359160809,"src\/decorators\/ArrayMergeDecorator.php":1375266942,"src\/decorators\/CallbackDecorator.php":3082532239,"src\/decorators\/FieldDecorator.php":3103464517,"src\/help\/PostgresDoc96.php":808442799,"src\/help\/PostgresDoc84.php":3352007035,"src\/help\/PostgresDoc80.php":1599035434,"src\/help\/PostgresDoc81.php":1250124058,"src\/help\/PostgresDoc90.php":4016821995,"src\/help\/PostgresDoc83.php":3039203705,"src\/help\/PostgresDoc92.php":2752324615,"src\/help\/PostgresDoc82.php":2604210246,"src\/help\/PostgresDoc95.php":674587127,"src\/help\/PostgresDoc94.php":712283505,"src\/help\/PostgresDoc91.php":4216723394,"src\/help\/PostgresDoc74.php":2474393781,"src\/help\/PostgresDoc93.php":2952259198,"src\/views\/rules.php":1120741709,"src\/views\/info.php":3114562174,"src\/views\/intro.php":2908840166,"src\/views\/database.php":3263090592,"src\/views\/triggers.php":2287473932,"src\/views\/functions.php":2372355168,"src\/views\/dbexport.php":266935598,"src\/views\/sql.php":3823335641,"src\/views\/display.php":1684576324,"src\/views\/acinsert.php":91064184,"src\/views\/languages.php":412916384,"src\/views\/views.php":1971980951,"src\/views\/types.php":1549412042,"src\/views\/conversions.php":4182675231,"src\/views\/users.php":3418889774,"src\/views\/indexes.php":2174723163,"src\/views\/login.php":3498425187,"src\/views\/tables.php":2601879930,"src\/views\/servers.php":4065179368,"src\/views\/tblproperties.php":352895475,"src\/views\/tablespaces.php":3489576831,"src\/views\/privileges.php":1293691598,"src\/views\/casts.php":4212516385,"src\/views\/sqledit.php":3147538516,"src\/views\/fulltext.php":2010015677,"src\/views\/browser.php":3312803925,"src\/views\/colproperties.php":3620137383,"src\/views\/roles.php":723961923,"src\/views\/groups.php":3530200807,"src\/views\/operators.php":3028698681,"src\/views\/domains.php":1161032484,"src\/views\/materializedviews.php":1029530815,"src\/views\/history.php":2935703006,"src\/views\/alldb.php":461984590,"src\/views\/opclasses.php":2984203679,"src\/views\/constraints.php":1402366780,"src\/views\/sequences.php":3264735195,"src\/views\/schemas.php":1029067250,"src\/views\/dataimport.php":1428587150,"src\/views\/help.php":1802232701,"src\/views\/dataexport.php":242963545,"src\/views\/viewproperties.php":2972043034,"src\/views\/aggregates.php":3288103896,"src\/views\/materializedviewproperties.php":3221414114,"src\/xhtml\/HTMLNavbarController.php":3568323084,"src\/xhtml\/HTMLTableController.php":3754414179,"src\/xhtml\/HTMLController.php":3210975075,"src\/xhtml\/XHtmlOption.php":42086236,"src\/xhtml\/XHtmlButton.php":3699628496,"src\/xhtml\/XHtmlSimpleElement.php":1276992936,"src\/xhtml\/XHtmlSelect.php":1519458742,"src\/xhtml\/HTMLFooterController.php":639423830,"src\/xhtml\/HTMLHeaderController.php":4159790583,"src\/xhtml\/TreeController.php":3342513580,"src\/xhtml\/XHtmlElement.php":4108282851}} \ No newline at end of file
+{"php":"7.1.16-1+ubuntu17.10.1+deb.sury.org+1","version":"2.11.1:v2.11.1#ad94441c17b8ef096e517acccdbf3238af8a2da8","rules":{"php_unit_namespaced":{"target":"6.0"},"php_unit_dedicate_assert":{"target":"5.6"},"php_unit_expectation":{"target":"5.6"},"php_unit_mock":{"target":"5.5"},"php_unit_no_expectation_annotation":{"target":"4.3"},"binary_operator_spaces":{"align_double_arrow":true,"align_equals":true},"blank_line_after_opening_tag":true,"blank_line_before_statement":true,"braces":true,"cast_spaces":true,"class_attributes_separation":{"elements":["method"]},"class_definition":true,"concat_space":{"spacing":"none"},"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"magic_constant_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"native_function_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":{"tokens":["break","continue","extra","return","throw","use","parenthesis_brace_block","square_brace_block","curly_brace_block"]},"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":true,"no_unneeded_curly_braces":true,"no_unneeded_final_method":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"php_unit_fqcn_annotation":true,"phpdoc_align":{"tags":["method","param","property","return","throws","type","var"]},"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_empty_return":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"protected_to_private":true,"return_type_declaration":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":{"elements":["property"]},"single_quote":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"blank_line_after_namespace":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_constants":true,"lowercase_keywords":true,"no_break_comment":true,"no_closing_tag":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"modernize_types_casting":true,"align_multiline_comment":true,"array_syntax":{"syntax":"short"},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"compact_nullable_typehint":true,"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"final_internal_class":true,"header_comment":{"commentType":"PHPDoc","header":"PHPPgAdmin v6.0.0-beta.42"},"heredoc_to_nowdoc":true,"list_syntax":{"syntax":"long"},"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"no_null_property_initialization":true,"no_short_echo_tag":true,"no_superfluous_elseif":true,"no_unreachable_default_argument_value":true,"no_useless_else":true,"no_useless_return":true,"ordered_imports":true,"php_unit_strict":true,"php_unit_test_annotation":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_order":true,"phpdoc_types_order":true,"strict_param":true},"hashes":{"src\/classes\/HelperTrait.php":1994846271,"src\/classes\/ADOdbException.php":2445614766,"src\/classes\/PluginManager.php":3818212275,"src\/classes\/ADORecordSet.php":3134477186,"src\/classes\/ContainerUtils.php":788978168,"src\/classes\/Highlight.php":2899096395,"src\/classes\/ArrayRecordSet.php":855157256,"src\/classes\/Misc.php":2816936787,"src\/controllers\/GroupsController.php":3029204435,"src\/controllers\/DbexportController.php":4203413448,"src\/controllers\/RulesController.php":374305294,"src\/controllers\/OperatorsController.php":261817616,"src\/controllers\/AlldbController.php":3390639591,"src\/controllers\/LanguagesController.php":876871496,"src\/controllers\/TypesController.php":704365198,"src\/controllers\/SequencesController.php":62771864,"src\/controllers\/ServersController.php":4190343234,"src\/controllers\/AcinsertController.php":745277353,"src\/controllers\/ConversionsController.php":621103420,"src\/controllers\/SqleditController.php":2567033703,"src\/controllers\/ServersTrait.php":2853100285,"src\/controllers\/BaseController.php":3954846175,"src\/controllers\/UsersController.php":32876944,"src\/controllers\/SqlController.php":1932164824,"src\/controllers\/DatabaseController.php":1079346753,"src\/controllers\/TblpropertiesController.php":245738814,"src\/controllers\/TablespacesController.php":2438101335,"src\/controllers\/DataimportController.php":4263571520,"src\/controllers\/OpclassesController.php":4104819055,"src\/controllers\/HelpController.php":3700488352,"src\/controllers\/ViewsController.php":936841308,"src\/controllers\/AdminTrait.php":3645537155,"src\/controllers\/DataexportController.php":3954116362,"src\/controllers\/ColpropertiesController.php":1021306041,"src\/controllers\/TriggersController.php":714328781,"src\/controllers\/FunctionsController.php":1426556004,"src\/controllers\/AggregatesController.php":1896118699,"src\/controllers\/SchemasController.php":2219389798,"src\/controllers\/IntroController.php":3089315881,"src\/controllers\/DisplayController.php":3896150155,"src\/controllers\/ViewpropertiesController.php":642447339,"src\/controllers\/InfoController.php":1255775891,"src\/controllers\/TablesController.php":2738511698,"src\/controllers\/FulltextController.php":3263572607,"src\/controllers\/CastsController.php":3037563911,"src\/controllers\/LoginController.php":4291678241,"src\/controllers\/DomainsController.php":937844092,"src\/controllers\/MaterializedviewsController.php":3000252417,"src\/controllers\/BrowserController.php":3002811614,"src\/controllers\/HistoryController.php":3830706931,"src\/controllers\/MaterializedviewpropertiesController.php":2157959641,"src\/controllers\/PrivilegesController.php":3976793501,"src\/controllers\/ConstraintsController.php":3900397908,"src\/controllers\/IndexesController.php":1380705764,"src\/controllers\/RolesController.php":2825948254,"src\/database\/Postgres84.php":1172052004,"src\/database\/SequenceTrait.php":4120970460,"src\/database\/TableTrait.php":2952057307,"src\/database\/Postgres81.php":2683988846,"src\/database\/AggregateTrait.php":2179964318,"src\/database\/Postgres92.php":2347430991,"src\/database\/Postgres94.php":1141240456,"src\/database\/FtsTrait.php":203920978,"src\/database\/Postgres93.php":2039717969,"src\/database\/Postgres83.php":4093987573,"src\/database\/Postgres95.php":1814567495,"src\/database\/DomainTrait.php":3329438609,"src\/database\/Postgres90.php":444229281,"src\/database\/Postgres96.php":3206177505,"src\/database\/RoleTrait.php":1601722274,"src\/database\/Postgres74.php":2137181880,"src\/database\/Postgres80.php":1797563583,"src\/database\/ADOdbBase.php":2586596960,"src\/database\/Postgres10.php":706856820,"src\/database\/Postgres82.php":168743826,"src\/database\/Postgres91.php":601707796,"src\/database\/IndexTrait.php":2290845548,"src\/database\/Postgres.php":3664606412,"src\/database\/Connection.php":518841310,"src\/database\/ViewTrait.php":4157529529,"src\/decorators\/ReplaceDecorator.php":2063713204,"src\/decorators\/Decorator.php":1995835095,"src\/decorators\/IfEmptyDecorator.php":1406236210,"src\/decorators\/ActionUrlDecorator.php":2393109927,"src\/decorators\/BranchUrlDecorator.php":2217900694,"src\/decorators\/UrlDecorator.php":2766984356,"src\/decorators\/ConcatDecorator.php":2141706151,"src\/decorators\/RedirectUrlDecorator.php":253068417,"src\/decorators\/ArrayMergeDecorator.php":79370640,"src\/decorators\/CallbackDecorator.php":1078324925,"src\/decorators\/FieldDecorator.php":2618889599,"src\/help\/PostgresDoc96.php":3104526259,"src\/help\/PostgresDoc84.php":1539833583,"src\/help\/PostgresDoc80.php":573676428,"src\/help\/PostgresDoc81.php":1462247064,"src\/help\/PostgresDoc90.php":1936177535,"src\/help\/PostgresDoc83.php":2166087044,"src\/help\/PostgresDoc92.php":2954973591,"src\/help\/PostgresDoc82.php":1824998260,"src\/help\/PostgresDoc95.php":2702308843,"src\/help\/PostgresDoc94.php":3061381861,"src\/help\/PostgresDoc91.php":1733982294,"src\/help\/PostgresDoc74.php":4135213103,"src\/help\/PostgresDoc93.php":1641701828,"src\/views\/rules.php":3171424908,"src\/views\/info.php":1946010535,"src\/views\/intro.php":1867963556,"src\/views\/database.php":2941237116,"src\/views\/triggers.php":122731147,"src\/views\/functions.php":4264843852,"src\/views\/dbexport.php":182688100,"src\/views\/sql.php":9448232,"src\/views\/display.php":156885144,"src\/views\/acinsert.php":3924930669,"src\/views\/languages.php":2543072551,"src\/views\/views.php":3218324302,"src\/views\/types.php":2516817683,"src\/views\/conversions.php":980462209,"src\/views\/users.php":26324983,"src\/views\/indexes.php":3970882695,"src\/views\/login.php":313657121,"src\/views\/tables.php":1222797812,"src\/views\/servers.php":3509414408,"src\/views\/tblproperties.php":2983096606,"src\/views\/tablespaces.php":4250241154,"src\/views\/privileges.php":2908737394,"src\/views\/casts.php":827086840,"src\/views\/sqledit.php":2912368849,"src\/views\/fulltext.php":4173776954,"src\/views\/browser.php":3320672322,"src\/views\/colproperties.php":3232917953,"src\/views\/roles.php":3571710850,"src\/views\/groups.php":1056350706,"src\/views\/operators.php":999221694,"src\/views\/domains.php":671255544,"src\/views\/materializedviews.php":178646741,"src\/views\/history.php":3284811010,"src\/views\/alldb.php":3520127639,"src\/views\/opclasses.php":1054341656,"src\/views\/constraints.php":2426949282,"src\/views\/sequences.php":1302284380,"src\/views\/schemas.php":3519702759,"src\/views\/dataimport.php":3043321650,"src\/views\/help.php":2704429732,"src\/views\/dataexport.php":3996692965,"src\/views\/viewproperties.php":367228919,"src\/views\/aggregates.php":2964284916,"src\/views\/materializedviewproperties.php":2237280609,"src\/xhtml\/HTMLNavbarController.php":3590279738,"src\/xhtml\/HTMLTableController.php":1278251451,"src\/xhtml\/HTMLController.php":303201046,"src\/xhtml\/XHtmlOption.php":328707192,"src\/xhtml\/XHtmlButton.php":4013278393,"src\/xhtml\/XHtmlSimpleElement.php":401239981,"src\/xhtml\/XHtmlSelect.php":1707054834,"src\/xhtml\/HTMLFooterController.php":3025888118,"src\/xhtml\/HTMLHeaderController.php":1071127780,"src\/xhtml\/TreeController.php":2043677276,"src\/xhtml\/XHtmlElement.php":1611156346}} \ No newline at end of file
diff --git a/composer.json b/composer.json
index 77513827..d56f25a0 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-beta.41",
+ "version": "6.0.0-beta.42",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": "MIT",
diff --git a/composer.lock b/composer.lock
index 3fc0ae73..7063f243 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": "03e3c4e79b75a4d8a0645204ca92fec3",
+ "content-hash": "40298c5d265a4138cf0dced058e61c3f",
"packages": [
{
"name": "adodb/adodb-php",
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index 1baa5113..1f445e57 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index de5f7b49..8c09d779 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 165cb438..033728db 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index 4630e9d0..862ea741 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin;
diff --git a/src/classes/HelperTrait.php b/src/classes/HelperTrait.php
index c2f2202c..4965fc16 100644
--- a/src/classes/HelperTrait.php
+++ b/src/classes/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Highlight.php b/src/classes/Highlight.php
index e4b8be9f..a22b3558 100644
--- a/src/classes/Highlight.php
+++ b/src/classes/Highlight.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index 076685b9..9cc04c8f 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin;
@@ -387,11 +387,8 @@ class Misc
// Create a database wrapper class for easy manipulation of the
// connection.
- $this->_data = new $_type($_connection->conn, $this->container);
- $this->_data->platform = $_connection->platform;
- $this->_data->server_info = $server_info;
- $this->_data->conf = $this->conf;
- $this->_data->lang = $this->lang;
+ $this->_data = new $_type($_connection->conn, $this->container, $server_info);
+ $this->_data->platform = $_connection->platform;
//$this->_data->getHelpPages();
diff --git a/src/classes/PluginManager.php b/src/classes/PluginManager.php
index 841a2222..9f547c9b 100644
--- a/src/classes/PluginManager.php
+++ b/src/classes/PluginManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index 0089c79a..ef2b5c48 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AdminTrait.php b/src/controllers/AdminTrait.php
index 6f190ed7..528cc7d9 100644
--- a/src/controllers/AdminTrait.php
+++ b/src/controllers/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index 78064ae1..678ce3ab 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index a6b56b60..67887520 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index 3ab6d329..d5c3fd7c 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index f5384b27..93538434 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 49d798cb..7275ccaa 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index 0fee6a9e..da49364f 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index 55a5dfde..87c5322a 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index a159eb82..065a8694 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index 2d774b59..f6f0479a 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index 86dab747..b7fe4d06 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index 57c4dae0..d58090d5 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index aeac9e0e..6c611abf 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index ac1e9625..2d485788 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index 9aee924e..04e8bfe3 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 3598acaf..66fad537 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index fc4eade3..e1f8e57a 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index d286a43d..d32bd1d1 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index b376882b..d9396403 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index 6c0379c8..e822d225 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 4e3c897a..e0f446cb 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 8202d8a4..dc0d2648 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 9d20886a..5ecb17c0 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index 516b4eb3..ee0d25d4 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index 518c0237..fb20f53e 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index fe871df5..69160016 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index a69f56c4..836c68f5 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 5418ed45..ec1a7c16 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 3a09dc20..9395df07 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 640c5f32..4ce5c0c5 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 08dede39..16c8d9f3 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index 89cccfbd..961d52ad 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index c057ec39..620f1c1f 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index 98e88b61..c3463390 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index 28071b96..a682f9b2 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersTrait.php b/src/controllers/ServersTrait.php
index 0a37d0f9..ba6aeaca 100644
--- a/src/controllers/ServersTrait.php
+++ b/src/controllers/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index 0f047939..cb0bd458 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 2c52090f..207aae71 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 2d9b6131..66332705 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index 83847b81..313d3257 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 39c6c79e..186d11d4 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index 97a957d0..bb1b2964 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index dbf478c0..df55e9ce 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index 7db2c230..b128d909 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index 0841b293..1f8c27e8 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index e289e197..577fe10f 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 1f872fb1..f8cac69b 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/AggregateTrait.php b/src/database/AggregateTrait.php
index 533ef015..36c76625 100644
--- a/src/database/AggregateTrait.php
+++ b/src/database/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index 710c6fee..bc0c9c70 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/DomainTrait.php b/src/database/DomainTrait.php
index 2899d0ae..2a0c13ac 100644
--- a/src/database/DomainTrait.php
+++ b/src/database/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/FtsTrait.php b/src/database/FtsTrait.php
index 09be76c6..ac569c87 100644
--- a/src/database/FtsTrait.php
+++ b/src/database/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/IndexTrait.php b/src/database/IndexTrait.php
index bf448d5c..8b432796 100644
--- a/src/database/IndexTrait.php
+++ b/src/database/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index c21875c9..b8b18feb 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index 38c17df3..67cb9da0 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index 1f3bb44b..f192da72 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index fc4b4d06..5f12389e 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index 60f89ada..a744cd61 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index 8a59e519..704942bb 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 7dcc7bca..78b192cd 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index 948bf504..dc1c6602 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index c8ed564a..65ada5cc 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index 41fca35d..b8e297ad 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index 4d6028b0..457bfc18 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index 9dca62fe..46c809f4 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index 0658ed1e..88f0ab22 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index 843980a0..015b305c 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index 3a3b2681..da9000ef 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/RoleTrait.php b/src/database/RoleTrait.php
index bafa7b72..1b29e976 100644
--- a/src/database/RoleTrait.php
+++ b/src/database/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/SequenceTrait.php b/src/database/SequenceTrait.php
index b02aeedf..5cf184d9 100644
--- a/src/database/SequenceTrait.php
+++ b/src/database/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/TableTrait.php b/src/database/TableTrait.php
index fb2907f8..dfec9f8f 100644
--- a/src/database/TableTrait.php
+++ b/src/database/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/ViewTrait.php b/src/database/ViewTrait.php
index 0132f804..3e98e3b1 100644
--- a/src/database/ViewTrait.php
+++ b/src/database/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Database;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 36cecc98..3bfc8d34 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index 909ecde4..9bffd82c 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index fd0c54b4..cab596cc 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 34bd307b..5c6558f6 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index 23840548..7298448f 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index e34cc184..ef42a2e6 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index 5cf0af88..7e409f4b 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index 723e6e08..a6764b72 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index c8ded432..927c8e7f 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index ede61793..ae6fd577 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index 95d3bddf..51c84944 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index 729f6b3a..a93f941e 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index 5f3589de..0c08b12c 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index 9d9658c3..bc6c3800 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index 95551399..66454c6e 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index 1f8276e2..5d8fc410 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index 5d45d039..05679623 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index c03c073d..01471a10 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index 469050b1..d73f6ccc 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index 70fabdda..6e46bdba 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index f40ab8c2..06709ccb 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index 46a580ae..34818874 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index 70d15bde..cbc7cccd 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index b472a3db..b5f8c001 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Help;
diff --git a/src/views/acinsert.php b/src/views/acinsert.php
index 55d7736a..046ac6eb 100644
--- a/src/views/acinsert.php
+++ b/src/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/aggregates.php b/src/views/aggregates.php
index 60e7936a..97df185a 100644
--- a/src/views/aggregates.php
+++ b/src/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/alldb.php b/src/views/alldb.php
index 193dcc4a..f1e40c63 100644
--- a/src/views/alldb.php
+++ b/src/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/browser.php b/src/views/browser.php
index 3e670081..61b5eb44 100644
--- a/src/views/browser.php
+++ b/src/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/casts.php b/src/views/casts.php
index 74fada42..dc5e693a 100644
--- a/src/views/casts.php
+++ b/src/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/colproperties.php b/src/views/colproperties.php
index ee836928..7316490f 100644
--- a/src/views/colproperties.php
+++ b/src/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/constraints.php b/src/views/constraints.php
index ea7cb0c4..6f69fcd9 100644
--- a/src/views/constraints.php
+++ b/src/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/conversions.php b/src/views/conversions.php
index 51e41d38..d4e986ec 100644
--- a/src/views/conversions.php
+++ b/src/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/database.php b/src/views/database.php
index 6410fd25..f1cb7ce1 100644
--- a/src/views/database.php
+++ b/src/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/dataexport.php b/src/views/dataexport.php
index a25e7d35..700504f1 100644
--- a/src/views/dataexport.php
+++ b/src/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/dataimport.php b/src/views/dataimport.php
index 06a77614..94b024bb 100644
--- a/src/views/dataimport.php
+++ b/src/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/dbexport.php b/src/views/dbexport.php
index eb8763e9..9ad70f4d 100644
--- a/src/views/dbexport.php
+++ b/src/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/display.php b/src/views/display.php
index 29176692..d88f5859 100644
--- a/src/views/display.php
+++ b/src/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/domains.php b/src/views/domains.php
index 2d293da2..f1f5732d 100644
--- a/src/views/domains.php
+++ b/src/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/fulltext.php b/src/views/fulltext.php
index 05fcbdf9..84e25782 100644
--- a/src/views/fulltext.php
+++ b/src/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/functions.php b/src/views/functions.php
index cbc466ea..7c40c024 100644
--- a/src/views/functions.php
+++ b/src/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/groups.php b/src/views/groups.php
index 4cf6504f..244823f5 100644
--- a/src/views/groups.php
+++ b/src/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/help.php b/src/views/help.php
index 4393b32f..535b9d4e 100644
--- a/src/views/help.php
+++ b/src/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/history.php b/src/views/history.php
index 462f7398..4c260e50 100644
--- a/src/views/history.php
+++ b/src/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/indexes.php b/src/views/indexes.php
index 2c1a22a8..4e617d69 100644
--- a/src/views/indexes.php
+++ b/src/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/info.php b/src/views/info.php
index 1df2cd71..0fa4c763 100644
--- a/src/views/info.php
+++ b/src/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/intro.php b/src/views/intro.php
index 635f0cd0..cbbbcf70 100644
--- a/src/views/intro.php
+++ b/src/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/languages.php b/src/views/languages.php
index 65a02b80..986f4383 100644
--- a/src/views/languages.php
+++ b/src/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/login.php b/src/views/login.php
index 8e1da7db..6949b389 100644
--- a/src/views/login.php
+++ b/src/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/materializedviewproperties.php b/src/views/materializedviewproperties.php
index c3042bce..3da07493 100644
--- a/src/views/materializedviewproperties.php
+++ b/src/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/materializedviews.php b/src/views/materializedviews.php
index 597e6228..8b67e3f4 100644
--- a/src/views/materializedviews.php
+++ b/src/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/opclasses.php b/src/views/opclasses.php
index 3fde3ab6..1a0b000b 100644
--- a/src/views/opclasses.php
+++ b/src/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/operators.php b/src/views/operators.php
index 6921fb15..ceca2689 100644
--- a/src/views/operators.php
+++ b/src/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/privileges.php b/src/views/privileges.php
index 3050a9be..46c5bb5b 100644
--- a/src/views/privileges.php
+++ b/src/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/roles.php b/src/views/roles.php
index 146d9e93..b01f0482 100644
--- a/src/views/roles.php
+++ b/src/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/rules.php b/src/views/rules.php
index e5ca794b..8f70d95c 100644
--- a/src/views/rules.php
+++ b/src/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/schemas.php b/src/views/schemas.php
index 9a5328dd..025b02f2 100644
--- a/src/views/schemas.php
+++ b/src/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/sequences.php b/src/views/sequences.php
index f738819a..890baea9 100644
--- a/src/views/sequences.php
+++ b/src/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/servers.php b/src/views/servers.php
index 59995851..4f72d552 100644
--- a/src/views/servers.php
+++ b/src/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/sql.php b/src/views/sql.php
index 5479d80a..f5f086bd 100644
--- a/src/views/sql.php
+++ b/src/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/sqledit.php b/src/views/sqledit.php
index c74005cb..264800c4 100644
--- a/src/views/sqledit.php
+++ b/src/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/tables.php b/src/views/tables.php
index 0811e459..d498b975 100644
--- a/src/views/tables.php
+++ b/src/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/tablespaces.php b/src/views/tablespaces.php
index 02040516..9ded6d39 100644
--- a/src/views/tablespaces.php
+++ b/src/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/tblproperties.php b/src/views/tblproperties.php
index 51fef151..1eed7932 100644
--- a/src/views/tblproperties.php
+++ b/src/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/triggers.php b/src/views/triggers.php
index 1ca7ce36..0afd7cb7 100644
--- a/src/views/triggers.php
+++ b/src/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/types.php b/src/views/types.php
index cdd5280c..a913a85b 100644
--- a/src/views/types.php
+++ b/src/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/users.php b/src/views/users.php
index 4e32098f..d02891f1 100644
--- a/src/views/users.php
+++ b/src/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/viewproperties.php b/src/views/viewproperties.php
index 20d50dfe..05b5d0f0 100644
--- a/src/views/viewproperties.php
+++ b/src/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/views/views.php b/src/views/views.php
index dc91b048..8c47972f 100644
--- a/src/views/views.php
+++ b/src/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
// Include application functions
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index b87a4f6a..49fe3821 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index c59cd124..dbdc2eff 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 9e46439f..10bf41ae 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index 2b8577e0..1b4c8c7b 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 803c71db..1c7b375f 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/TreeController.php b/src/xhtml/TreeController.php
index 5e49e9f5..63a9a215 100644
--- a/src/xhtml/TreeController.php
+++ b/src/xhtml/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index 75395f8f..f1f80079 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index 11a00e79..a35dae5c 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 9eebfba6..ab530e60 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index 28bb3c53..95e1853a 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index e5759624..5b81b5d7 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\XHtml;