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




_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to