Mistake in simplefeed.install

VladSavitsky - October 30, 2008 - 15:30
Project:SimpleFeed
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Mistake in simplefeed.install line 24:

  variable_get('simplefeed_check_url');

should be:
  variable_del('simplefeed_check_url');

 
 

Drupal is a registered trademark of Dries Buytaert.