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-20 00:04:46 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-20 00:04:46 +0300
commitf3b3179ae51d4e8d48052b71168e8d91d20cbf8f (patch)
treed40aa4b852ba4931f8db13e54570703e53ccff23
parent931e4d52034ce58be91cc37d36ae4e39b68c3a69 (diff)
Tag v 6.0.0-beta.40 fixes php_console conditionv6.0.0-beta.40
-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.php2
-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/Connection.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/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/lib.inc.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
155 files changed, 155 insertions, 155 deletions
diff --git a/.php_cs.cache b/.php_cs.cache
index ca127d30..934ae4ff 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.39"},"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":3057169196,"src\/classes\/ADOdbException.php":797097470,"src\/classes\/PluginManager.php":2881784890,"src\/classes\/ADORecordSet.php":1623730253,"src\/classes\/ContainerUtils.php":555002188,"src\/classes\/Highlight.php":3625854984,"src\/classes\/ArrayRecordSet.php":1651224426,"src\/classes\/Misc.php":2377554382,"src\/controllers\/GroupsController.php":4175188228,"src\/controllers\/DbexportController.php":2958441987,"src\/controllers\/RulesController.php":1539377773,"src\/controllers\/OperatorsController.php":2592053473,"src\/controllers\/AlldbController.php":2874989394,"src\/controllers\/LanguagesController.php":196008369,"src\/controllers\/TypesController.php":1495612794,"src\/controllers\/SequencesController.php":2237399590,"src\/controllers\/ServersController.php":2884587338,"src\/controllers\/AcinsertController.php":1342042815,"src\/controllers\/ConversionsController.php":1122581074,"src\/controllers\/SqleditController.php":3292815892,"src\/controllers\/ServersTrait.php":2062291987,"src\/controllers\/BaseController.php":420093951,"src\/controllers\/UsersController.php":2468719942,"src\/controllers\/SqlController.php":3919338471,"src\/controllers\/DatabaseController.php":3436365179,"src\/controllers\/TblpropertiesController.php":2093876487,"src\/controllers\/TablespacesController.php":3601032138,"src\/controllers\/DataimportController.php":1985846968,"src\/controllers\/OpclassesController.php":3868236234,"src\/controllers\/HelpController.php":705632974,"src\/controllers\/ViewsController.php":3482863995,"src\/controllers\/AdminTrait.php":3603774743,"src\/controllers\/DataexportController.php":2869983070,"src\/controllers\/ColpropertiesController.php":3819369236,"src\/controllers\/TriggersController.php":3895789040,"src\/controllers\/FunctionsController.php":2245196996,"src\/controllers\/AggregatesController.php":657141933,"src\/controllers\/SchemasController.php":606523013,"src\/controllers\/IntroController.php":732428610,"src\/controllers\/DisplayController.php":3044630092,"src\/controllers\/ViewpropertiesController.php":3925551811,"src\/controllers\/InfoController.php":1980389955,"src\/controllers\/TablesController.php":727334394,"src\/controllers\/FulltextController.php":3381556236,"src\/controllers\/CastsController.php":1676259557,"src\/controllers\/LoginController.php":173844310,"src\/controllers\/DomainsController.php":3413575674,"src\/controllers\/MaterializedviewsController.php":2662145752,"src\/controllers\/BrowserController.php":2372174549,"src\/controllers\/HistoryController.php":1541288809,"src\/controllers\/MaterializedviewpropertiesController.php":108824313,"src\/controllers\/PrivilegesController.php":429581383,"src\/controllers\/ConstraintsController.php":4041801817,"src\/controllers\/IndexesController.php":3719456775,"src\/controllers\/RolesController.php":1698099603,"src\/database\/Postgres84.php":258991255,"src\/database\/Postgres81.php":3404087256,"src\/database\/Postgres92.php":845946938,"src\/database\/Postgres94.php":3383944865,"src\/database\/Postgres93.php":2556291979,"src\/database\/Postgres83.php":20952129,"src\/database\/Postgres95.php":3947794181,"src\/database\/Postgres90.php":2964261737,"src\/database\/Postgres96.php":1855304073,"src\/database\/Postgres74.php":604496388,"src\/database\/Postgres80.php":383000954,"src\/database\/ADOdbBase.php":1285367165,"src\/database\/Postgres10.php":1221680669,"src\/database\/Postgres82.php":439418558,"src\/database\/Postgres91.php":1450433601,"src\/database\/Postgres.php":2698905447,"src\/database\/Connection.php":3202656832,"src\/decorators\/ReplaceDecorator.php":619524152,"src\/decorators\/Decorator.php":3496638084,"src\/decorators\/IfEmptyDecorator.php":2264904655,"src\/decorators\/ActionUrlDecorator.php":364118022,"src\/decorators\/BranchUrlDecorator.php":1901984530,"src\/decorators\/UrlDecorator.php":3058291863,"src\/decorators\/ConcatDecorator.php":3986504246,"src\/decorators\/RedirectUrlDecorator.php":3181108406,"src\/decorators\/ArrayMergeDecorator.php":389942198,"src\/decorators\/CallbackDecorator.php":1135162498,"src\/decorators\/FieldDecorator.php":4192386708,"src\/help\/PostgresDoc96.php":3026434787,"src\/help\/PostgresDoc84.php":4049019089,"src\/help\/PostgresDoc80.php":1767473855,"src\/help\/PostgresDoc81.php":2885750311,"src\/help\/PostgresDoc90.php":3580335480,"src\/help\/PostgresDoc83.php":2172348927,"src\/help\/PostgresDoc92.php":2946280779,"src\/help\/PostgresDoc82.php":3252811565,"src\/help\/PostgresDoc95.php":3396544789,"src\/help\/PostgresDoc94.php":1070853820,"src\/help\/PostgresDoc91.php":911172748,"src\/help\/PostgresDoc74.php":3577545272,"src\/help\/PostgresDoc93.php":2728248532,"src\/views\/rules.php":3699649774,"src\/views\/info.php":2486465145,"src\/views\/intro.php":3857247403,"src\/views\/database.php":926829132,"src\/views\/triggers.php":554826714,"src\/views\/functions.php":3799939695,"src\/views\/dbexport.php":2461458253,"src\/views\/sql.php":1896673830,"src\/views\/display.php":2435325352,"src\/views\/acinsert.php":1244412975,"src\/views\/languages.php":2983556214,"src\/views\/views.php":1478101648,"src\/views\/types.php":1909073613,"src\/views\/conversions.php":3216499042,"src\/views\/users.php":3864534569,"src\/views\/indexes.php":1960780215,"src\/views\/login.php":2550937390,"src\/views\/tables.php":651491685,"src\/views\/servers.php":1230662466,"src\/views\/tblproperties.php":630443246,"src\/views\/tablespaces.php":1596896208,"src\/views\/privileges.php":1990601833,"src\/views\/casts.php":3599099430,"src\/views\/sqledit.php":1073887886,"src\/views\/fulltext.php":3733424491,"src\/views\/browser.php":1689048735,"src\/views\/colproperties.php":4180942152,"src\/views\/roles.php":3044003296,"src\/views\/groups.php":2636852656,"src\/views\/operators.php":500148463,"src\/views\/domains.php":2960357064,"src\/views\/materializedviews.php":4224737325,"src\/views\/history.php":1539031090,"src\/views\/alldb.php":907629385,"src\/views\/opclasses.php":412531529,"src\/views\/constraints.php":359597377,"src\/views\/sequences.php":1809713421,"src\/views\/schemas.php":1914170021,"src\/views\/dataimport.php":1855751209,"src\/views\/help.php":1190912890,"src\/views\/dataexport.php":901862142,"src\/views\/viewproperties.php":2176764423,"src\/views\/aggregates.php":2900706775,"src\/views\/materializedviewproperties.php":2388390459,"src\/xhtml\/HTMLNavbarController.php":1697058207,"src\/xhtml\/HTMLTableController.php":1367547699,"src\/xhtml\/HTMLController.php":2626020880,"src\/xhtml\/XHtmlOption.php":382571990,"src\/xhtml\/XHtmlButton.php":2588768330,"src\/xhtml\/XHtmlSimpleElement.php":1532571615,"src\/xhtml\/XHtmlSelect.php":1042677592,"src\/xhtml\/HTMLFooterController.php":3379144509,"src\/xhtml\/HTMLHeaderController.php":3158007177,"src\/xhtml\/TreeController.php":3915525320,"src\/xhtml\/XHtmlElement.php":3628518759}} \ 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.40"},"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":3962203032,"src\/classes\/ADOdbException.php":3457883256,"src\/classes\/PluginManager.php":988409110,"src\/classes\/ADORecordSet.php":1076033460,"src\/classes\/ContainerUtils.php":3033686079,"src\/classes\/Highlight.php":3079258829,"src\/classes\/ArrayRecordSet.php":2887750223,"src\/classes\/Misc.php":3062942471,"src\/controllers\/GroupsController.php":3290493260,"src\/controllers\/DbexportController.php":430234750,"src\/controllers\/RulesController.php":1212416736,"src\/controllers\/OperatorsController.php":16340156,"src\/controllers\/AlldbController.php":3147675618,"src\/controllers\/LanguagesController.php":626473622,"src\/controllers\/TypesController.php":206659522,"src\/controllers\/SequencesController.php":1505206825,"src\/controllers\/ServersController.php":3486955450,"src\/controllers\/AcinsertController.php":352705928,"src\/controllers\/ConversionsController.php":947243084,"src\/controllers\/SqleditController.php":1959807552,"src\/controllers\/ServersTrait.php":2389896933,"src\/controllers\/BaseController.php":3872620412,"src\/controllers\/UsersController.php":1211707874,"src\/controllers\/SqlController.php":2324586906,"src\/controllers\/DatabaseController.php":142541665,"src\/controllers\/TblpropertiesController.php":677108702,"src\/controllers\/TablespacesController.php":3944197834,"src\/controllers\/DataimportController.php":2093952946,"src\/controllers\/OpclassesController.php":1821940503,"src\/controllers\/HelpController.php":2277546099,"src\/controllers\/ViewsController.php":2229335628,"src\/controllers\/AdminTrait.php":2049640994,"src\/controllers\/DataexportController.php":934326008,"src\/controllers\/ColpropertiesController.php":2471240942,"src\/controllers\/TriggersController.php":1624121023,"src\/controllers\/FunctionsController.php":4271793899,"src\/controllers\/AggregatesController.php":1140192208,"src\/controllers\/SchemasController.php":40727117,"src\/controllers\/IntroController.php":2126316543,"src\/controllers\/DisplayController.php":3316400184,"src\/controllers\/ViewpropertiesController.php":58917869,"src\/controllers\/InfoController.php":2075540986,"src\/controllers\/TablesController.php":1506392303,"src\/controllers\/FulltextController.php":2206158732,"src\/controllers\/CastsController.php":2698173587,"src\/controllers\/LoginController.php":735011729,"src\/controllers\/DomainsController.php":918319742,"src\/controllers\/MaterializedviewsController.php":1760790661,"src\/controllers\/BrowserController.php":803876113,"src\/controllers\/HistoryController.php":1341776736,"src\/controllers\/MaterializedviewpropertiesController.php":2194491967,"src\/controllers\/PrivilegesController.php":1817442824,"src\/controllers\/ConstraintsController.php":2395947855,"src\/controllers\/IndexesController.php":3143550251,"src\/controllers\/RolesController.php":4259578270,"src\/database\/Postgres84.php":1747543779,"src\/database\/Postgres81.php":3335570266,"src\/database\/Postgres92.php":509520542,"src\/database\/Postgres94.php":1254667497,"src\/database\/Postgres93.php":1743814444,"src\/database\/Postgres83.php":13373140,"src\/database\/Postgres95.php":1622510397,"src\/database\/Postgres90.php":520081901,"src\/database\/Postgres96.php":987957748,"src\/database\/Postgres74.php":3035538307,"src\/database\/Postgres80.php":953013370,"src\/database\/ADOdbBase.php":1075881617,"src\/database\/Postgres10.php":3572034473,"src\/database\/Postgres82.php":1573892112,"src\/database\/Postgres91.php":3172623792,"src\/database\/Postgres.php":2067896063,"src\/database\/Connection.php":479540924,"src\/decorators\/ReplaceDecorator.php":988982578,"src\/decorators\/Decorator.php":1647785273,"src\/decorators\/IfEmptyDecorator.php":72717974,"src\/decorators\/ActionUrlDecorator.php":3987195301,"src\/decorators\/BranchUrlDecorator.php":1021670799,"src\/decorators\/UrlDecorator.php":1266935210,"src\/decorators\/ConcatDecorator.php":3234238743,"src\/decorators\/RedirectUrlDecorator.php":1007464206,"src\/decorators\/ArrayMergeDecorator.php":1657161508,"src\/decorators\/CallbackDecorator.php":3843130209,"src\/decorators\/FieldDecorator.php":2762283859,"src\/help\/PostgresDoc96.php":215284998,"src\/help\/PostgresDoc84.php":2326197033,"src\/help\/PostgresDoc80.php":1209491744,"src\/help\/PostgresDoc81.php":547515893,"src\/help\/PostgresDoc90.php":2929084032,"src\/help\/PostgresDoc83.php":1335131703,"src\/help\/PostgresDoc92.php":2820077431,"src\/help\/PostgresDoc82.php":1929149648,"src\/help\/PostgresDoc95.php":3859157052,"src\/help\/PostgresDoc94.php":1143094596,"src\/help\/PostgresDoc91.php":1304344436,"src\/help\/PostgresDoc74.php":3416447166,"src\/help\/PostgresDoc93.php":3927139560,"src\/views\/rules.php":2707342797,"src\/views\/info.php":1229185270,"src\/views\/intro.php":1516041959,"src\/views\/database.php":1346443819,"src\/views\/triggers.php":4070600817,"src\/views\/functions.php":2745807236,"src\/views\/dbexport.php":3124731095,"src\/views\/sql.php":199406665,"src\/views\/display.php":4132916687,"src\/views\/acinsert.php":3895891892,"src\/views\/languages.php":1650786269,"src\/views\/views.php":2238552095,"src\/views\/types.php":2898113602,"src\/views\/conversions.php":244027818,"src\/views\/users.php":992971942,"src\/views\/indexes.php":329282000,"src\/views\/login.php":666381666,"src\/views\/tables.php":1667771199,"src\/views\/servers.php":1514340215,"src\/views\/tblproperties.php":1991594408,"src\/views\/tablespaces.php":1756848107,"src\/views\/privileges.php":316503642,"src\/views\/casts.php":200438953,"src\/views\/sqledit.php":11589096,"src\/views\/fulltext.php":221643456,"src\/views\/browser.php":3305279576,"src\/views\/colproperties.php":1815767994,"src\/views\/roles.php":3367314627,"src\/views\/groups.php":1060210219,"src\/views\/operators.php":3464373060,"src\/views\/domains.php":3607897775,"src\/views\/materializedviews.php":2569396390,"src\/views\/history.php":1019514965,"src\/views\/alldb.php":3949904326,"src\/views\/opclasses.php":3408343266,"src\/views\/constraints.php":2756933001,"src\/views\/sequences.php":3094315686,"src\/views\/schemas.php":3490529598,"src\/views\/dataimport.php":182967834,"src\/views\/help.php":2609672693,"src\/views\/dataexport.php":1371146445,"src\/views\/viewproperties.php":3533199169,"src\/views\/aggregates.php":3979513404,"src\/views\/materializedviewproperties.php":1243239004,"src\/xhtml\/HTMLNavbarController.php":3564454430,"src\/xhtml\/HTMLTableController.php":407235860,"src\/xhtml\/HTMLController.php":3099236715,"src\/xhtml\/XHtmlOption.php":227454528,"src\/xhtml\/XHtmlButton.php":2067714248,"src\/xhtml\/XHtmlSimpleElement.php":3428888980,"src\/xhtml\/XHtmlSelect.php":4183531189,"src\/xhtml\/HTMLFooterController.php":3775838857,"src\/xhtml\/HTMLHeaderController.php":113680185,"src\/xhtml\/TreeController.php":2908954876,"src\/xhtml\/XHtmlElement.php":2272103316}} \ No newline at end of file
diff --git a/composer.json b/composer.json
index 371ac4ae..95dd2901 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-beta.39",
+ "version": "6.0.0-beta.40",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": "MIT",
diff --git a/composer.lock b/composer.lock
index 37ec0b5a..23dcf15f 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": "fc3896291b0e33e22b8fd8c58c16f96d",
+ "content-hash": "2d4bc3507768a8b388e377c597b8fbec",
"packages": [
{
"name": "adodb/adodb-php",
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index 919bf409..62127333 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index 3f2747ee..ec200e91 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index e15143c2..5418cf35 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index 256a16f2..cc6c3f6c 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin;
diff --git a/src/classes/HelperTrait.php b/src/classes/HelperTrait.php
index 79bc572f..df0b102a 100644
--- a/src/classes/HelperTrait.php
+++ b/src/classes/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Highlight.php b/src/classes/Highlight.php
index bf78e6a2..1258a2f6 100644
--- a/src/classes/Highlight.php
+++ b/src/classes/Highlight.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index fffd50ea..638ba3e9 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin;
diff --git a/src/classes/PluginManager.php b/src/classes/PluginManager.php
index b21dee85..7501ccf5 100644
--- a/src/classes/PluginManager.php
+++ b/src/classes/PluginManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index beff7f0c..f5eff763 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AdminTrait.php b/src/controllers/AdminTrait.php
index 5c9af09e..447150a4 100644
--- a/src/controllers/AdminTrait.php
+++ b/src/controllers/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index a9ea0057..441a0e52 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index f511e5f6..1e98d8ba 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index b58bedbd..eda83e96 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 23be32f3..d4a6c9d0 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 5bc6bdd7..3d6b0315 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index 9096f8a8..59985f95 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index 50764bc6..76dc31e5 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index ea214a04..235af836 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index 146ee523..ae570692 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index 56bcd615..a2fb0807 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index 4362c7fe..d6d00c31 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 32491923..a2c84423 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index cda1e065..23ec53e9 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index 81a4eb44..05dea37e 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 9e086604..66ea419d 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index 73b9b77b..946f60a4 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index 63b07612..78ed07b0 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index 07f3c4f5..5762eabf 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index a43e4864..068cc0c6 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 4f2f1862..fa999d56 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index d4515482..b4799197 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 86c8bacc..60fcd8ef 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index be526200..4a341998 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index 6d4a31cc..30f968d0 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index 1a12011a..258370dc 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index 40cb7304..53cb6d24 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 3a76e1bc..67d5771d 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 5e5ae1fa..2cccd138 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index a49bb117..c6692f21 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 1385627f..60deddef 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index ebb0cbc4..24f6416d 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index 5eca1ad9..6220b1f1 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index 50481666..68256bbf 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index fbd505d9..5b913770 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersTrait.php b/src/controllers/ServersTrait.php
index df5db643..4f5c8610 100644
--- a/src/controllers/ServersTrait.php
+++ b/src/controllers/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index 05b06b17..ed70fe4f 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 32a25c87..648dd2f3 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index b89e8088..df59ce8a 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index d9b686f4..d622042b 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index b8945c08..f01fee74 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index 380244bd..d328c9ee 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index eb1b0ec8..4fdec566 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index a5a0b5aa..65b9a33a 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index bb5716b9..75f5ead5 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 4f8bce78..ff3a2074 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 8b1b3c5a..32950f70 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index e23f4db0..9a8240d2 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index 6044972b..2d96c1bc 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index ad52af00..54fb0103 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index fdd407c5..dab51198 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index 547214e4..543a361e 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index 3572cc04..84db4233 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index 0177469b..ecd75c63 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 891baf80..4abb5dc4 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index eca7c0f6..e46db350 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 496eb047..128b2c99 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index fe5f28f1..a0bab2cf 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index e45f3dc8..86f8aa29 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index 6cdd6b0b..e6c74d69 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index c74bb5c9..7d0eba44 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index b25ad29e..8eafb3d2 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index 091d610b..04de96ec 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Database;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index c3f1b852..05dbb311 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index a82ef6a4..26c73849 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index c67df8fe..bff6ea3b 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 79e440e2..e5158223 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index 9b1a7932..d7364a22 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index 6cd6252b..a37e28e6 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index 8e479d8f..f4eac7b5 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index 890c5e3e..ffd5a1f9 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index 1ef4c089..142ef6df 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index 62d6e058..3c1deb04 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index c610ecc0..6549c29c 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index 07163fd2..a773a30c 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index 6c47d9df..0aeb8020 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index 5d35dd06..cb46fd02 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index 3b7927cc..b70e7a5a 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index b04adc63..d82b1bb1 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index 23b89de8..2581b615 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index 186cca93..d7bea501 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index f44a34e1..9bd6a891 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index 958200e3..4d8feb9c 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index 37fa2f96..3e8af9e8 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index 2a59cbe5..588d5415 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index f97c0339..84dfaccb 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index 4ecdd5d3..82c44441 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\Help;
diff --git a/src/lib.inc.php b/src/lib.inc.php
index 5b158f3e..0ee105a5 100644
--- a/src/lib.inc.php
+++ b/src/lib.inc.php
@@ -55,7 +55,7 @@ if (DEBUGMODE) {
error_reporting(E_ALL);
}
-if (!isset($conf['php_console']) && $conf['php_console'] !== true) {
+if (!isset($conf['php_console']) || $conf['php_console'] !== true) {
$handler->setHandleErrors(false); // disable errors handling
$handler->setHandleExceptions(false); // disable exceptions handling
$handler->setCallOldHandlers(true); // disable passing errors & exceptions to prviously defined handlers
diff --git a/src/views/acinsert.php b/src/views/acinsert.php
index 24e838e8..31928844 100644
--- a/src/views/acinsert.php
+++ b/src/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/aggregates.php b/src/views/aggregates.php
index 81385fb6..fdb22c73 100644
--- a/src/views/aggregates.php
+++ b/src/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/alldb.php b/src/views/alldb.php
index 3ba020cc..08ab7c24 100644
--- a/src/views/alldb.php
+++ b/src/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/browser.php b/src/views/browser.php
index 43d24a5f..87c6a154 100644
--- a/src/views/browser.php
+++ b/src/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/casts.php b/src/views/casts.php
index 2aa9b141..8bba8a94 100644
--- a/src/views/casts.php
+++ b/src/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/colproperties.php b/src/views/colproperties.php
index cc6ffbaf..5887ad05 100644
--- a/src/views/colproperties.php
+++ b/src/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/constraints.php b/src/views/constraints.php
index c34936ff..83fc7db1 100644
--- a/src/views/constraints.php
+++ b/src/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/conversions.php b/src/views/conversions.php
index 2a7e3ea8..aebefeea 100644
--- a/src/views/conversions.php
+++ b/src/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/database.php b/src/views/database.php
index 1d960981..2b8ffb15 100644
--- a/src/views/database.php
+++ b/src/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/dataexport.php b/src/views/dataexport.php
index 427ef30b..0522bb4e 100644
--- a/src/views/dataexport.php
+++ b/src/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/dataimport.php b/src/views/dataimport.php
index 97487855..6f428902 100644
--- a/src/views/dataimport.php
+++ b/src/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/dbexport.php b/src/views/dbexport.php
index b764fb67..75bf2854 100644
--- a/src/views/dbexport.php
+++ b/src/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/display.php b/src/views/display.php
index 2af00c65..fd059c0a 100644
--- a/src/views/display.php
+++ b/src/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/domains.php b/src/views/domains.php
index bc53fffa..5c80a99b 100644
--- a/src/views/domains.php
+++ b/src/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/fulltext.php b/src/views/fulltext.php
index dde7f30c..5107f2df 100644
--- a/src/views/fulltext.php
+++ b/src/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/functions.php b/src/views/functions.php
index 4599715c..f55dca35 100644
--- a/src/views/functions.php
+++ b/src/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/groups.php b/src/views/groups.php
index e1731fd8..94730503 100644
--- a/src/views/groups.php
+++ b/src/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/help.php b/src/views/help.php
index de749b2a..98b71366 100644
--- a/src/views/help.php
+++ b/src/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/history.php b/src/views/history.php
index 206bf843..d095a4b9 100644
--- a/src/views/history.php
+++ b/src/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/indexes.php b/src/views/indexes.php
index e6690162..36838f77 100644
--- a/src/views/indexes.php
+++ b/src/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/info.php b/src/views/info.php
index cb8c8a61..1f52d67b 100644
--- a/src/views/info.php
+++ b/src/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/intro.php b/src/views/intro.php
index d28b288d..c1839965 100644
--- a/src/views/intro.php
+++ b/src/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/languages.php b/src/views/languages.php
index 3c6227fe..2a3547fe 100644
--- a/src/views/languages.php
+++ b/src/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/login.php b/src/views/login.php
index 0b8b211e..401e912a 100644
--- a/src/views/login.php
+++ b/src/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/materializedviewproperties.php b/src/views/materializedviewproperties.php
index 10677e8f..2354b944 100644
--- a/src/views/materializedviewproperties.php
+++ b/src/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/materializedviews.php b/src/views/materializedviews.php
index 7e519687..c51bb1c6 100644
--- a/src/views/materializedviews.php
+++ b/src/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/opclasses.php b/src/views/opclasses.php
index 80610ae5..ed5036ee 100644
--- a/src/views/opclasses.php
+++ b/src/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/operators.php b/src/views/operators.php
index d52ff2a7..6999e915 100644
--- a/src/views/operators.php
+++ b/src/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/privileges.php b/src/views/privileges.php
index cf5f9086..6e123dca 100644
--- a/src/views/privileges.php
+++ b/src/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/roles.php b/src/views/roles.php
index 1845d0fd..304ab859 100644
--- a/src/views/roles.php
+++ b/src/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/rules.php b/src/views/rules.php
index 88596993..e9389961 100644
--- a/src/views/rules.php
+++ b/src/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/schemas.php b/src/views/schemas.php
index 9512613d..9f9f43ed 100644
--- a/src/views/schemas.php
+++ b/src/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/sequences.php b/src/views/sequences.php
index c144cadf..5d6e5304 100644
--- a/src/views/sequences.php
+++ b/src/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/servers.php b/src/views/servers.php
index e0dce9e5..616ac467 100644
--- a/src/views/servers.php
+++ b/src/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/sql.php b/src/views/sql.php
index b9fbebee..54ceb6ad 100644
--- a/src/views/sql.php
+++ b/src/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/sqledit.php b/src/views/sqledit.php
index 3a306114..c5b8a2e4 100644
--- a/src/views/sqledit.php
+++ b/src/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/tables.php b/src/views/tables.php
index a8f4986b..bef4a0c2 100644
--- a/src/views/tables.php
+++ b/src/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/src/views/tablespaces.php b/src/views/tablespaces.php
index 7ff1956a..aee637b6 100644
--- a/src/views/tablespaces.php
+++ b/src/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/tblproperties.php b/src/views/tblproperties.php
index 3c1d2a3b..6138a80f 100644
--- a/src/views/tblproperties.php
+++ b/src/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/triggers.php b/src/views/triggers.php
index c8bfcd8b..344e873f 100644
--- a/src/views/triggers.php
+++ b/src/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/types.php b/src/views/types.php
index bce05af3..ea054b91 100644
--- a/src/views/types.php
+++ b/src/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/users.php b/src/views/users.php
index 86d34193..91eb0cd7 100644
--- a/src/views/users.php
+++ b/src/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/viewproperties.php b/src/views/viewproperties.php
index 0149a5fb..0ce32a24 100644
--- a/src/views/viewproperties.php
+++ b/src/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/views/views.php b/src/views/views.php
index 29b37896..1dcbc6d2 100644
--- a/src/views/views.php
+++ b/src/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
// Include application functions
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index 567c19cb..c78bde72 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index 582edb96..84b99641 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 43dc1d67..abe647d5 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index 5e642b2d..f0af7492 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 30add034..41302606 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/TreeController.php b/src/xhtml/TreeController.php
index 5693199a..3d7be67c 100644
--- a/src/xhtml/TreeController.php
+++ b/src/xhtml/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index 0c57f135..66977628 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index 08045fd0..a237c680 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 60a15048..18fd07b8 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index 2eb2103e..1b09e0ae 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index ce6c454f..faab7bc7 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.39
+ * PHPPgAdmin v6.0.0-beta.40
*/
namespace PHPPgAdmin\XHtml;