mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed typo
This commit is contained in:
parent
7cf45f1b8c
commit
f5e6be1dba
@ -530,7 +530,7 @@ function treeview_printTree($type) {
|
|||||||
$tree_img_id = "tree_image_" . $type . "_" . $item['_id_'];
|
$tree_img_id = "tree_image_" . $type . "_" . $item['_id_'];
|
||||||
if ($first) {
|
if ($first) {
|
||||||
if ($item != end($list)) {
|
if ($item != end($list)) {
|
||||||
$img = html_print_image ("operation/tree/first_closed.png", true, array ("style" => 'vertical-align: middle;', "id" => $tree_image_id, "pos_tree" => "0"));
|
$img = html_print_image ("operation/tree/first_closed.png", true, array ("style" => 'vertical-align: middle;', "id" => $tree_img_id, "pos_tree" => "0"));
|
||||||
$first = false;
|
$first = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user