// Enf of backward compatibility\r
\r
function getID($path) {\r
- // use the share table from the db to find the item source if the file was reshared because shared files are not stored in the file cache.\r
+ // use the share table from the db to find the item source if the file was reshared because shared files \r
+ //are not stored in the file cache.\r
if (substr(OC_Filesystem::getMountPoint($path), -7, 6) == "Shared") {\r
$path_parts = explode('/', $path, 5);\r
$user = $path_parts[1];\r