git-svn-id: http://xe-core.googlecode.com/svn/trunk@1232 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-19 05:38:03 +00:00
parent f0c54c5c4d
commit ed948775fe
17 changed files with 346 additions and 104 deletions

View file

@ -94,6 +94,7 @@
}
// 레이아웃 삭제
$args->layout_srl = $layout_srl;
$output = executeQuery("layout.deleteLayout", $args);
if(!$output->toBool()) return $output;