[fixed] Bug in Import 0.9-beta3 (maybe before)
Posted: Sat Oct 22, 2005 7:19 pm
I just clicked the import-function the first time. It returns the following error for me:
Parse error: parse error, unexpected T_RETURN in /blalba/blog/include/admin/import.inc.php on line 69
I checked the source and the problem seems to be that it runs in the "case 'UTF-8'"-branch from $target = $this->data['charset']; switch($target). Now the strange: I set my charset to Native...
It could be that i changed it sometime before...
Parse error: parse error, unexpected T_RETURN in /blalba/blog/include/admin/import.inc.php on line 69
I checked the source and the problem seems to be that it runs in the "case 'UTF-8'"-branch from $target = $this->data['charset']; switch($target). Now the strange: I set my charset to Native...
It could be that i changed it sometime before...