From aa28eac741b5eeddbb1a3e3460c33e4e89bab482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 7 Dec 2016 18:56:43 +0100 Subject: [PATCH] Removed redundant ?> closing tags They are optional and can cause whitespaces after the output. --- authors.php | 2 -- config_defaults.php | 2 -- development/developer_tools.php | 2 -- development/sandbox.php | 2 -- edit_attachement_types.php | 2 -- edit_categories.php | 2 -- edit_devices.php | 2 -- edit_footprints.php | 2 -- edit_manufacturers.php | 2 -- edit_part_info.php | 2 -- edit_storelocations.php | 2 -- edit_suppliers.php | 2 -- index.php | 2 -- install.php | 2 -- lib/class.Attachement.php | 2 -- lib/class.AttachementType.php | 2 -- lib/class.AttachementsContainingDBElement.php | 3 --- lib/class.Category.php | 2 -- lib/class.Company.php | 2 -- lib/class.DBElement.php | 4 ---- lib/class.Database.php | 2 -- lib/class.Device.php | 2 -- lib/class.DevicePart.php | 2 -- lib/class.Footprint.php | 2 -- lib/class.Group.php | 4 +--- lib/class.HTML.php | 2 -- lib/class.Log.php | 2 -- lib/class.Manufacturer.php | 2 -- lib/class.NamedDBElement.php | 2 -- lib/class.Orderdetails.php | 2 -- lib/class.Part.php | 2 -- lib/class.PartsContainingDBElement.php | 2 -- lib/class.Pricedetails.php | 2 -- lib/class.Storelocation.php | 2 -- lib/class.StructuralDBElement.php | 2 -- lib/class.Supplier.php | 2 -- lib/class.System.php | 2 -- lib/class.SystemVersion.php | 2 -- lib/class.User.php | 2 -- lib/lib.debug.php | 2 -- lib/lib.export.php | 2 -- lib/lib.functions.php | 2 -- lib/lib.import.php | 2 -- lib/lib.php | 2 -- lib/lib.start_session.php | 3 --- navigation.php | 2 -- show_category_parts.php | 2 -- show_device_parts.php | 1 - show_noprice_parts.php | 1 - show_obsolete_parts.php | 1 - show_order_parts.php | 1 - show_part_info.php | 2 -- show_search_parts.php | 2 -- start_session.php | 2 -- startup.php | 2 -- statistics.php | 2 -- system_config.php | 2 -- system_database.php | 2 -- tools_calculator.php | 2 -- tools_footprints.php | 3 --- tools_iclogos.php | 3 --- tools_import.php | 2 -- tools_labels.php | 3 --- updates/config_update_steps.php | 2 -- updates/db_update_steps.php | 2 -- 65 files changed, 1 insertion(+), 134 deletions(-) diff --git a/authors.php b/authors.php index de262fe0..4f07f3d0 100644 --- a/authors.php +++ b/authors.php @@ -34,5 +34,3 @@ $authors[]=array('name'=>'Urban B.','role'=>'Committer/Klassen/Neue Funktionen/Neue Footprints'); $authors[]=array('name'=>'André Althaus','role'=>'Neue Funktionen'); $authors[]=array('name'=>'Udo Neist','role'=>'Committer/Templates/Neue Funktionen'); - -?> diff --git a/config_defaults.php b/config_defaults.php index ab770a50..bb460101 100644 --- a/config_defaults.php +++ b/config_defaults.php @@ -281,5 +281,3 @@ $config['auto_datasheets']['entries'][2]['url'] = 'http://search.datasheetcatalog.net/key/%%PARTNAME%%'; $config['auto_datasheets']['entries'][2]['image'] = 'img/partdb/dc.png'; // IMPORTANT: If you add your own export formats to your config.php, use letters instead of numbers as array indexes!! e.g. $config['auto_datasheets']['entries']['A']['name'] = 'foo'; - -?> diff --git a/development/developer_tools.php b/development/developer_tools.php index 7dfb8364..828ae092 100644 --- a/development/developer_tools.php +++ b/development/developer_tools.php @@ -216,5 +216,3 @@ function build_release_package($trim, &$output_loop) $html->print_template('developer_tools'); $html->print_footer(); - -?> diff --git a/development/sandbox.php b/development/sandbox.php index 8fa94c24..c6586afc 100644 --- a/development/sandbox.php +++ b/development/sandbox.php @@ -149,5 +149,3 @@ *********************************************************************************/ $html->print_footer(); - -?> diff --git a/edit_attachement_types.php b/edit_attachement_types.php index 7f925e2c..135ecad1 100644 --- a/edit_attachement_types.php +++ b/edit_attachement_types.php @@ -236,5 +236,3 @@ $html->print_template('edit_attachement_types'); $html->print_footer(); - -?> diff --git a/edit_categories.php b/edit_categories.php index 6db00c61..272d90fe 100644 --- a/edit_categories.php +++ b/edit_categories.php @@ -270,5 +270,3 @@ $html->print_template('edit_categories'); $html->print_footer(); - -?> diff --git a/edit_devices.php b/edit_devices.php index c31bea1f..b12bb6d0 100644 --- a/edit_devices.php +++ b/edit_devices.php @@ -237,5 +237,3 @@ $html->print_template('edit_devices'); $html->print_footer(); - -?> diff --git a/edit_footprints.php b/edit_footprints.php index 802fb2ac..895fa293 100644 --- a/edit_footprints.php +++ b/edit_footprints.php @@ -352,5 +352,3 @@ $html->print_template('edit_footprints'); $html->print_footer(); - -?> diff --git a/edit_manufacturers.php b/edit_manufacturers.php index 8f417640..6a4b7a9a 100644 --- a/edit_manufacturers.php +++ b/edit_manufacturers.php @@ -253,5 +253,3 @@ $html->print_template('edit_manufacturers'); $html->print_footer(); - -?> diff --git a/edit_part_info.php b/edit_part_info.php index 9bb5f455..1be47985 100644 --- a/edit_part_info.php +++ b/edit_part_info.php @@ -671,5 +671,3 @@ } $html->print_footer(); - -?> diff --git a/edit_storelocations.php b/edit_storelocations.php index 158fab82..0d8ef550 100644 --- a/edit_storelocations.php +++ b/edit_storelocations.php @@ -277,5 +277,3 @@ $html->print_template('edit_storelocations'); $html->print_footer(); - -?> diff --git a/edit_suppliers.php b/edit_suppliers.php index f48c9981..9f48afe6 100644 --- a/edit_suppliers.php +++ b/edit_suppliers.php @@ -253,5 +253,3 @@ $html->print_template('edit_suppliers'); $html->print_footer(); - -?> diff --git a/index.php b/index.php index e7b0cf58..9b6d88b6 100644 --- a/index.php +++ b/index.php @@ -95,5 +95,3 @@ $html->print_template('frameset'); $html->print_footer(); - -?> diff --git a/install.php b/install.php index 3b0b3e4e..34a60864 100644 --- a/install.php +++ b/install.php @@ -249,5 +249,3 @@ $html->print_template($tmpl_site_to_show); $html->print_footer(); - -?> diff --git a/lib/class.Attachement.php b/lib/class.Attachement.php index 488954ab..5f892dc9 100644 --- a/lib/class.Attachement.php +++ b/lib/class.Attachement.php @@ -483,5 +483,3 @@ public static function add(&$database, &$current_user, &$log, &$element, $type_i } } - -?> diff --git a/lib/class.AttachementType.php b/lib/class.AttachementType.php index 98b172df..34e08551 100644 --- a/lib/class.AttachementType.php +++ b/lib/class.AttachementType.php @@ -139,5 +139,3 @@ public static function add(&$database, &$current_user, &$log, $name, $parent_id) } } - -?> diff --git a/lib/class.AttachementsContainingDBElement.php b/lib/class.AttachementsContainingDBElement.php index 4f993d4f..c2c83c42 100644 --- a/lib/class.AttachementsContainingDBElement.php +++ b/lib/class.AttachementsContainingDBElement.php @@ -215,6 +215,3 @@ public function get_attachements($type_id = NULL, $only_table_attachements = fal return $this->attachements; } } - - -?> diff --git a/lib/class.Category.php b/lib/class.Category.php index 320c8131..bcee823f 100644 --- a/lib/class.Category.php +++ b/lib/class.Category.php @@ -289,5 +289,3 @@ public static function search(&$database, &$current_user, &$log, $keyword, $exac } } - -?> diff --git a/lib/class.Company.php b/lib/class.Company.php index e3fa5d2a..fe3b138f 100644 --- a/lib/class.Company.php +++ b/lib/class.Company.php @@ -245,5 +245,3 @@ public static function check_values_validity(&$database, &$current_user, &$log, } } - -?> diff --git a/lib/class.DBElement.php b/lib/class.DBElement.php index adb5d738..64247f78 100644 --- a/lib/class.DBElement.php +++ b/lib/class.DBElement.php @@ -375,7 +375,3 @@ public static function add(&$database, &$current_user, &$log, $tablename, $new_v } } - - - -?> diff --git a/lib/class.Database.php b/lib/class.Database.php index 0cdcf45a..4a14aaab 100644 --- a/lib/class.Database.php +++ b/lib/class.Database.php @@ -911,5 +911,3 @@ public function set_data_fields($tablename, $id, $values) } } - -?> diff --git a/lib/class.Device.php b/lib/class.Device.php index 515a4059..59c59b51 100644 --- a/lib/class.Device.php +++ b/lib/class.Device.php @@ -505,5 +505,3 @@ public static function add(&$database, &$current_user, &$log, $name, $parent_id) } } - -?> diff --git a/lib/class.DevicePart.php b/lib/class.DevicePart.php index 580f683b..d45712af 100644 --- a/lib/class.DevicePart.php +++ b/lib/class.DevicePart.php @@ -432,5 +432,3 @@ public static function add(&$database, &$current_user, &$log, $device_id, $part_ } - -?> diff --git a/lib/class.Footprint.php b/lib/class.Footprint.php index 9f521723..3f5cabf4 100644 --- a/lib/class.Footprint.php +++ b/lib/class.Footprint.php @@ -254,5 +254,3 @@ public static function search(&$database, &$current_user, &$log, $keyword, $exac } } - -?> diff --git a/lib/class.Group.php b/lib/class.Group.php index 3b43a1b1..504ad1a9 100644 --- a/lib/class.Group.php +++ b/lib/class.Group.php @@ -161,6 +161,4 @@ public static function get_count(&$database) return $database->get_count_of_records('groups'); } - } - -?> + } diff --git a/lib/class.HTML.php b/lib/class.HTML.php index 63f4b5f2..8dc0b1e7 100644 --- a/lib/class.HTML.php +++ b/lib/class.HTML.php @@ -478,5 +478,3 @@ public function print_footer($messages = array(), $messages_div_title = '') $tmpl->pparse(); } } - -?> diff --git a/lib/class.Log.php b/lib/class.Log.php index 34757cb8..d0801fa4 100644 --- a/lib/class.Log.php +++ b/lib/class.Log.php @@ -70,5 +70,3 @@ public function __construct(&$database) } } - -?> diff --git a/lib/class.Manufacturer.php b/lib/class.Manufacturer.php index f978c7a3..3ca48be5 100644 --- a/lib/class.Manufacturer.php +++ b/lib/class.Manufacturer.php @@ -150,5 +150,3 @@ public static function search(&$database, &$current_user, &$log, $keyword, $exac } } - -?> diff --git a/lib/class.NamedDBElement.php b/lib/class.NamedDBElement.php index 5244727d..70b0f250 100644 --- a/lib/class.NamedDBElement.php +++ b/lib/class.NamedDBElement.php @@ -159,5 +159,3 @@ public static function search(&$database, &$current_user, &$log, $tablename, $ke } } - -?> diff --git a/lib/class.Orderdetails.php b/lib/class.Orderdetails.php index 12413f0e..729f3f90 100644 --- a/lib/class.Orderdetails.php +++ b/lib/class.Orderdetails.php @@ -422,5 +422,3 @@ public static function add(&$database, &$current_user, &$log, $part_id, $supplie } } - -?> diff --git a/lib/class.Part.php b/lib/class.Part.php index 4a561334..90c7bc81 100644 --- a/lib/class.Part.php +++ b/lib/class.Part.php @@ -1803,5 +1803,3 @@ public static function add(&$database, &$current_user, &$log, $name, $category_i } } - -?> diff --git a/lib/class.PartsContainingDBElement.php b/lib/class.PartsContainingDBElement.php index dfac5ae9..06030fec 100644 --- a/lib/class.PartsContainingDBElement.php +++ b/lib/class.PartsContainingDBElement.php @@ -210,5 +210,3 @@ static function usort_compare($part_1, $part_2) } } - -?> diff --git a/lib/class.Pricedetails.php b/lib/class.Pricedetails.php index 2b6640e6..d7bfcff2 100644 --- a/lib/class.Pricedetails.php +++ b/lib/class.Pricedetails.php @@ -389,5 +389,3 @@ public static function add(&$database, &$current_user, &$log, $orderdetails_id, } } - -?> diff --git a/lib/class.Storelocation.php b/lib/class.Storelocation.php index 332d1c90..f70537bf 100644 --- a/lib/class.Storelocation.php +++ b/lib/class.Storelocation.php @@ -192,5 +192,3 @@ public static function search(&$database, &$current_user, &$log, $keyword, $exac } } - -?> diff --git a/lib/class.StructuralDBElement.php b/lib/class.StructuralDBElement.php index e11f42ef..a2378056 100644 --- a/lib/class.StructuralDBElement.php +++ b/lib/class.StructuralDBElement.php @@ -513,5 +513,3 @@ public static function check_values_validity(&$database, &$current_user, &$log, } } - -?> diff --git a/lib/class.Supplier.php b/lib/class.Supplier.php index 22176d6f..8a9caf23 100644 --- a/lib/class.Supplier.php +++ b/lib/class.Supplier.php @@ -252,5 +252,3 @@ public static function search(&$database, &$current_user, &$log, $keyword, $exac } } - -?> diff --git a/lib/class.System.php b/lib/class.System.php index 3288356b..b327ad6b 100644 --- a/lib/class.System.php +++ b/lib/class.System.php @@ -385,5 +385,3 @@ public function update_to_next_version() } } - -?> diff --git a/lib/class.SystemVersion.php b/lib/class.SystemVersion.php index a2ce8d98..d6038e0b 100644 --- a/lib/class.SystemVersion.php +++ b/lib/class.SystemVersion.php @@ -283,5 +283,3 @@ public static function get_latest_version($type) } } } - -?> diff --git a/lib/class.User.php b/lib/class.User.php index 2bb47c21..d9fb4f4e 100644 --- a/lib/class.User.php +++ b/lib/class.User.php @@ -182,5 +182,3 @@ public static function get_count(&$database) } } - -?> diff --git a/lib/lib.debug.php b/lib/lib.debug.php index 7506063a..d065736f 100644 --- a/lib/lib.debug.php +++ b/lib/lib.debug.php @@ -300,5 +300,3 @@ function set_debug_enable($new_enable, $admin_password = NULL) return; } - -?> diff --git a/lib/lib.export.php b/lib/lib.export.php index 8fd06861..794e063f 100644 --- a/lib/lib.export.php +++ b/lib/lib.export.php @@ -324,5 +324,3 @@ function export_parts(&$objects, $export_type, $format_id, $send_file = false, $ else return $output; } - -?> diff --git a/lib/lib.functions.php b/lib/lib.functions.php index 2ce66421..616a4dcf 100644 --- a/lib/lib.functions.php +++ b/lib/lib.functions.php @@ -280,5 +280,3 @@ function rmdir_recursive($dir) rmdir($dir); } } - -?> diff --git a/lib/lib.import.php b/lib/lib.import.php index ae6b5e7a..c328fad4 100644 --- a/lib/lib.import.php +++ b/lib/lib.import.php @@ -829,5 +829,3 @@ function import_device_parts(&$database, &$current_user, &$log, $device_id, $dat throw new Exception($e->getMessage()); } } - -?> diff --git a/lib/lib.php b/lib/lib.php index 841a43e6..2a2f5ae5 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -649,5 +649,3 @@ function is_path_absolute_and_unix($path, $accept_protocols = true) return false; } } - -?> diff --git a/lib/lib.start_session.php b/lib/lib.start_session.php index 93e0683d..a1a363a6 100644 --- a/lib/lib.start_session.php +++ b/lib/lib.start_session.php @@ -270,6 +270,3 @@ function check_if_config_is_valid() return true; } - - -?> diff --git a/navigation.php b/navigation.php index 6354a4be..dd01ae44 100644 --- a/navigation.php +++ b/navigation.php @@ -152,5 +152,3 @@ $html->print_template('navigation'); $html->print_footer(); - -?> diff --git a/show_category_parts.php b/show_category_parts.php index 702c92b6..eb81c6b7 100644 --- a/show_category_parts.php +++ b/show_category_parts.php @@ -218,5 +218,3 @@ } $html->print_footer($debug_messages); - -?> diff --git a/show_device_parts.php b/show_device_parts.php index be86396a..0977c215 100644 --- a/show_device_parts.php +++ b/show_device_parts.php @@ -427,4 +427,3 @@ } $html->print_footer(); -?> diff --git a/show_noprice_parts.php b/show_noprice_parts.php index 351f73ee..c24895d0 100644 --- a/show_noprice_parts.php +++ b/show_noprice_parts.php @@ -101,4 +101,3 @@ $html->print_template('show_noprice_parts'); $html->print_footer(); -?> diff --git a/show_obsolete_parts.php b/show_obsolete_parts.php index abeddda3..05994c9d 100644 --- a/show_obsolete_parts.php +++ b/show_obsolete_parts.php @@ -137,4 +137,3 @@ $html->print_template('show_obsolete_parts'); $html->print_footer(); -?> diff --git a/show_order_parts.php b/show_order_parts.php index 41ef1d02..b98346c3 100644 --- a/show_order_parts.php +++ b/show_order_parts.php @@ -341,4 +341,3 @@ function get_suppliers_template_loop($suppliers, $selected_supplier_id) $html->print_template('show_order_parts'); $html->print_footer(); -?> diff --git a/show_part_info.php b/show_part_info.php index 3ae1de67..a160a19e 100644 --- a/show_part_info.php +++ b/show_part_info.php @@ -243,5 +243,3 @@ $html->print_template('show_part_info'); $html->print_footer(); - -?> diff --git a/show_search_parts.php b/show_search_parts.php index 244cdd86..fb1f32ed 100644 --- a/show_search_parts.php +++ b/show_search_parts.php @@ -257,5 +257,3 @@ } $html->print_footer(); - -?> diff --git a/start_session.php b/start_session.php index d5272c8d..1ab827a3 100644 --- a/start_session.php +++ b/start_session.php @@ -289,5 +289,3 @@ function __autoload($classname) include_once(BASE.'/lib/lib.functions.php'); include_once(BASE.'/lib/lib.debug.php'); include_once(BASE.'/lib/lib.php'); - -?> diff --git a/startup.php b/startup.php index a89d6be9..91fd4786 100644 --- a/startup.php +++ b/startup.php @@ -235,5 +235,3 @@ $html->print_template('startup'); $html->print_footer(); - -?> diff --git a/statistics.php b/statistics.php index 48e642b0..49085ebe 100644 --- a/statistics.php +++ b/statistics.php @@ -97,5 +97,3 @@ $html->print_template('statistics'); $html->print_footer(); - -?> diff --git a/system_config.php b/system_config.php index fd255cba..10ae7ae0 100644 --- a/system_config.php +++ b/system_config.php @@ -303,5 +303,3 @@ function build_custom_css_loop() $html->print_template('system_config'); $html->print_footer(); - -?> diff --git a/system_database.php b/system_database.php index 70c714dd..c7d603fd 100644 --- a/system_database.php +++ b/system_database.php @@ -211,5 +211,3 @@ $html->print_template('system_database'); $html->print_footer(); - -?> diff --git a/tools_calculator.php b/tools_calculator.php index eddbc9bd..a0b506c3 100644 --- a/tools_calculator.php +++ b/tools_calculator.php @@ -56,5 +56,3 @@ $html->print_template('calculator'); $html->print_footer(); - -?> diff --git a/tools_footprints.php b/tools_footprints.php index d7b94e85..8c3c8758 100644 --- a/tools_footprints.php +++ b/tools_footprints.php @@ -158,6 +158,3 @@ $html->print_template('footprints'); $html->print_footer(); - -?> - diff --git a/tools_iclogos.php b/tools_iclogos.php index cfc00ea7..f533a703 100644 --- a/tools_iclogos.php +++ b/tools_iclogos.php @@ -48,6 +48,3 @@ $html->print_template('iclogos'); $html->print_footer(); - -?> - diff --git a/tools_import.php b/tools_import.php index c835d69c..43da089c 100644 --- a/tools_import.php +++ b/tools_import.php @@ -239,5 +239,3 @@ } $html->print_footer(); - -?> diff --git a/tools_labels.php b/tools_labels.php index 236f57c4..04ebcd3b 100644 --- a/tools_labels.php +++ b/tools_labels.php @@ -48,6 +48,3 @@ $html->print_template('labels'); $html->print_footer(); - -?> - diff --git a/updates/config_update_steps.php b/updates/config_update_steps.php index c65b773c..2e33f934 100644 --- a/updates/config_update_steps.php +++ b/updates/config_update_steps.php @@ -112,5 +112,3 @@ function update_users_config_php() return $messages; } - -?> diff --git a/updates/db_update_steps.php b/updates/db_update_steps.php index bb9b9eb7..cd57ba2a 100644 --- a/updates/db_update_steps.php +++ b/updates/db_update_steps.php @@ -2527,5 +2527,3 @@ function get_db_update_steps($current_version) return $updateSteps; } - -?>