Import Data : Generic RSS Import always uses wpxrss

Found a bug? Tell us!!
Post Reply
tonyn
Regular
Posts: 10
Joined: Sun Aug 24, 2008 4:23 am
Location: Boston, MA
Contact:

Import Data : Generic RSS Import always uses wpxrss

Post by tonyn »

Administration : Import Data : Generic RSS Import always uses wpxrss, due to an incorrect test in include/admin/importers/generic.inc.php import() of the "wpxrss" radio button. It tests for non-empty but should test for non-"false". This also causes importing to require PHP >= 5.0, rather than 4.3.0.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Import Data : Generic RSS Import always uses wpxrss

Post by garvinhicking »

Hi!

Thank you for this report; indeed it is true. :(

A fix for this has already been committed to our SVN repository, and I hope we will soon be able to either release 1.4 or a new 1.3.2 maintenance release.

Best 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/
tonyn
Regular
Posts: 10
Joined: Sun Aug 24, 2008 4:23 am
Location: Boston, MA
Contact:

Post by tonyn »

FWIW, the other radio button on the page uses serendipity_get_bool() instead of serendipity_db_bool(). I don't know which is right, or if both are right.
Post Reply