| 67 |
switch ($GLOBALS['db_type']) { |
switch ($GLOBALS['db_type']) { |
| 68 |
case 'mysqli': |
case 'mysqli': |
| 69 |
case 'mysql': |
case 'mysql': |
| 70 |
|
$items[] = update_sql("UPDATE `node` SET `type` = 'aggregator2_item' WHERE `type` = 'aggregator2-item'"); |
| 71 |
|
$items[] = update_sql("UPDATE `node` SET `type` = 'aggregator2_feed' WHERE `type` = 'aggregator2-feed'"); |
| 72 |
$items[] = update_sql("ALTER TABLE {aggregator2_item} ADD source_xml varchar(255) NOT NULL default ''"); |
$items[] = update_sql("ALTER TABLE {aggregator2_item} ADD source_xml varchar(255) NOT NULL default ''"); |
| 73 |
break; |
break; |
| 74 |
|
|