[pmwiki-users] ImportText not working as supposed
    Anno 
    anno at shroomery.org
       
    Wed Jan  9 02:56:00 CST 2008
    
    
  
The import.php beats me.
The only thing I found different to the "normal" posting process is that 
in import.php the text is obtained via
$text = file_get_contents($fpath);
while in the phpwiki the text is also "sanitazed" eqivalent to
$text = str_replace("\r",'',file_get_contents($fpath));
Other than that, I can't find why the script isn't working as it should.
Patrick, can you please help?
Anno
    
    
More information about the pmwiki-users
mailing list