﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
7904,get_attached_file bug,arena,anonymous,"From the very last trunk of WordPress 2.7, i found a bug in ""get_attached_file"" function.

For my specific import, i have 
(at step0)
   this->file  >>>  C:\\Vn\\wp27/wp-content/uploads/2008/10/csv-semicolon-sample1csv13.import   <<< 

and have then with get_attached_file function (at step1) 
   this->file  >>>  C:\Vn\wp27/wp-content/uploads/C:\Vn\wp27/wp-content/uploads/2008/10/csv-semicolon-sample1csv13.import   <<< 

As you can see when retrieving the file name, the string ""C:\Vn\wp27/wp-content/uploads/"" is duplicated

My code is working on 2.6.2, not on 2.7.

Code is very similar to ""wordpress"" importer.",defect (bug),closed,high,2.7,Administration,2.7,blocker,fixed,get_attached_file,
