-
sections.html
414 415 336 336 } else { 337 337 push @sections, $parent_new->id; 338 338 } 339 @sections = grep { $_ == $owner->id } @sections if $ARGS{move}; 339 @sections = grep { $_ != $owner->id } @sections if $ARGS{move}; 340 340 $object->sections( @sections ); 341 341 } else { 342 342 $object->sections( $parent_new->id );