# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /home/sidney/NetBeansProjects/trunk_project/EE_trunk/wp-admin/includes
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: upgrade.php
--- upgrade.php Base (BASE)
+++ upgrade.php Locally Modified (Based On LOCAL)
@@ -1648,6 +1648,7 @@
 				if ($index_name != 'PRIMARY') {
 					$index_string .= $index_name;
 				}
+				$index_string = rtrim($index_string);
 				$index_columns = '';
 				// For each column in the index
 				foreach ($index_data['columns'] as $column_data) {
