- bug fix

4.0.x
Kjartan Mannes 2002-05-17 23:27:35 +00:00
parent 71c7b8465c
commit c8d126becd
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ function update_7() {
case "book":
case "page":
case "blog":
node_save($node, array("nid", "body" => $old->body, "teaser" => ($old->abstract ? $old->abstract : node_teaser($old->body_old))));
node_save($node, array("nid", "body" => $old->body_old, "teaser" => ($old->abstract ? $old->abstract : node_teaser($old->body_old))));
print "updated node $node->nid '$node->title' ($node->type)<br />";
break;
default: