AC_4877: Removed extra whitespace at the end of line.
authorHarris Wong <hwong@ocad.ca>
Thu, 6 Oct 2011 16:30:02 +0000 (16:30 -0000)
committerHarris Wong <hwong@ocad.ca>
Thu, 6 Oct 2011 16:30:02 +0000 (16:30 -0000)
There are extra whitespaces at the end of:
line 544: $package_base_path = array_intersect_assoc($package_base_path, $temp_path);
There extra whitespaces are now removed.

docs/home/ims/ims_import.php

index 6637569..57ba69c 100644 (file)
@@ -541,7 +541,7 @@ function removeCommonPath($items){
                                            if (!strpos($resource_path, 'Share')) {
                                                    $temp_path = pathinfo($resource_path);
                                                    $temp_path = explode('/', $temp_path['dirname']);
-                                                   $package_base_path = array_intersect_assoc($package_base_path, $temp_path);                                         
+                                                   $package_base_path = array_intersect_assoc($package_base_path, $temp_path);
                                            }
                                        }
                                }