[fixed] Bug in Import 0.9-beta3 (maybe before)

Found a bug? Tell us!!
Post Reply
Tscherno
Regular
Posts: 17
Joined: Wed Oct 19, 2005 1:13 pm
Contact:

[fixed] Bug in Import 0.9-beta3 (maybe before)

Post by Tscherno »

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...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Bug in Import 0.9-beta3 (maybe before)

Post by garvinhicking »

Thanks a lot, I just fixed the error. It was a missing ";" in line 68. :-D

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply