drupal core upgrade

i've upgraded the site to drupal 4.7.6, and as usual I've forgotten to save the one-line changes to the .css so i'll have to go get them.

other: tried aggregate_node, which when pointed at wampum added 500 or so rss entries as published nodes. interesting, but not what i was expecting.

fix: mysql> use; dru_cfm; delete from node where type="aggregator_node"; or something proximal.