diff --git a/magento_api/magento_api.routines.inc b/magento_api/magento_api.routines.inc
old mode 100644
new mode 100755
index 5defff1..40568d8
--- a/magento_api/magento_api.routines.inc
+++ b/magento_api/magento_api.routines.inc
@@ -145,7 +145,7 @@ function magento_api_synchronize_walk_catalog_recurse($categories) {
 		$tid = magento_api_get_taxonomy_term_by_catalog_id($category['category_id']);
 		// Drupal taxonomy term parent Id
 		$parent_tid = magento_api_get_taxonomy_term_by_catalog_id($category['parent_id']);
-    /** ====================================== process nodes taggin */
+    /** ====================================== process nodes taggin 
     
     // Delete all existing products in this category
     db_query("DELETE FROM {term_node} WHERE tid = %d", $tid);
