3 Feb
2006
3 Feb
'06
12:47 a.m.
User: ahwayakchih Branch: HEAD Date: Thu, 02 Feb 2006 23:47:07 +0000 Modified files: /modules/aggregator2 aggregator2.module Log message: aggregator2: - Bring it up to 4.7 API. - Change nodes type to use underscore instead of minus sign. - other changes? :) WARNING: After updating to 4.7 run following SQL to update Your data UPDATE node SET type = 'aggregator2_feed' WHERE type = 'aggregator2-feed'; UPDATE node SET type = 'aggregator2_item' WHERE type = 'aggregator2-item'; Links: http://cvs.drupal.org/diff.php?path=contributions/modules/aggregator2/aggreg...