
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4d308ba364af3645d9db5bd46689ba0e79394c75 https://github.com/phpmyadmin/phpmyadmin/commit/4d308ba364af3645d9db5bd46689... Author: Rahul Kadyan <hi@znck.me> Date: 2015-03-06 (Fri, 06 Mar 2015) Changed paths: M browse_foreigners.php M chk_rel.php M db_central_columns.php M db_create.php M db_datadict.php M db_designer.php M db_events.php M db_export.php M db_import.php M db_operations.php M db_printview.php M db_qbe.php M db_routines.php M db_search.php M db_sql.php M db_structure.php M db_tracking.php M db_triggers.php M error_report.php M export.php M file_echo.php M gis_data_editor.php M import.php M import_status.php M index.php M license.php M navigation.php M phpinfo.php M phpmyadmin.css.php M prefs_forms.php M schema_export.php M server_binlog.php M server_collations.php M server_databases.php M server_engines.php M server_export.php M server_import.php M server_plugins.php M server_privileges.php M server_replication.php M server_sql.php M server_status.php M server_status_advisor.php M server_status_monitor.php M server_status_processes.php M server_status_queries.php M server_status_variables.php M server_user_groups.php M server_variables.php M show_config_errors.php M sql.php M tbl_addfield.php M tbl_change.php M tbl_chart.php M tbl_create.php M tbl_export.php M tbl_find_replace.php M tbl_get_field.php M tbl_gis_visualization.php M tbl_import.php M tbl_indexes.php M tbl_operations.php M tbl_printview.php M tbl_recent_favorite.php M tbl_relation.php M tbl_replace.php M tbl_row_action.php M tbl_select.php M tbl_sql.php M tbl_structure.php M tbl_tracking.php M tbl_triggers.php M tbl_zoom_select.php M themes.php M transformation_wrapper.php M url.php M user_password.php M version_check.php M view_create.php M webapp.php Log Message: ----------- Remove unneeded closing tags Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me> Commit: 4eccae5290ac4bda7e381d7f0374c030669fa5cc https://github.com/phpmyadmin/phpmyadmin/commit/4eccae5290ac4bda7e381d7f0374... Author: Marc Delisle <marc@infomarc.info> Date: 2015-03-26 (Thu, 26 Mar 2015) Changed paths: M browse_foreigners.php M chk_rel.php M db_central_columns.php M db_create.php M db_datadict.php M db_designer.php M db_events.php M db_export.php M db_import.php M db_operations.php M db_printview.php M db_qbe.php M db_routines.php M db_search.php M db_sql.php M db_structure.php M db_tracking.php M db_triggers.php M error_report.php M export.php M file_echo.php M gis_data_editor.php M import.php M import_status.php M index.php M license.php M navigation.php M phpinfo.php M phpmyadmin.css.php M prefs_forms.php M schema_export.php M server_binlog.php M server_collations.php M server_databases.php M server_engines.php M server_export.php M server_import.php M server_plugins.php M server_privileges.php M server_replication.php M server_sql.php M server_status.php M server_status_advisor.php M server_status_monitor.php M server_status_processes.php M server_status_queries.php M server_status_variables.php M server_user_groups.php M server_variables.php M show_config_errors.php M sql.php M tbl_addfield.php M tbl_change.php M tbl_chart.php M tbl_create.php M tbl_export.php M tbl_find_replace.php M tbl_get_field.php M tbl_gis_visualization.php M tbl_import.php M tbl_indexes.php M tbl_operations.php M tbl_printview.php M tbl_recent_favorite.php M tbl_relation.php M tbl_replace.php M tbl_row_action.php M tbl_select.php M tbl_sql.php M tbl_structure.php M tbl_tracking.php M tbl_triggers.php M tbl_zoom_select.php M themes.php M transformation_wrapper.php M url.php M user_password.php M version_check.php M view_create.php M webapp.php Log Message: ----------- Merge pull request #1547 from znck/master Remove unneeded closing tags Compare: https://github.com/phpmyadmin/phpmyadmin/compare/a0aaf65c5447...4eccae5290ac