Repository List
/
Contenido
/
utf8
/
core
/
comps
/
contenido
/
sections.html @ HEAD
English
View File
Checkout
View Revision Log
RSS Feed
Blame/Annotate
sections.html
520
521
342
342
if ( $ARGS{move} ) {
343
343
@sections = grep { $_ != $owner->id } @sections;
344
344
}
345
unshift @sections, $parent_new->id;
345
push @sections, $parent_new->id;
346
346
}
347
347
$object->sections( @sections );
348
348
} else {