Fix tiny bug in panel.
git-svn-id: svn://10.0.0.236/trunk@31814 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -762,7 +762,7 @@ sub do_express {
|
||||
# This is essentially do_express but it outputs a different format
|
||||
sub do_panel {
|
||||
my $bonsai_tree = '';
|
||||
require "$tree/treedata.pl";
|
||||
require "$form{tree}/treedata.pl";
|
||||
if ($bonsai_tree ne "") {
|
||||
print "The tree is", tree_open() ? "OPEN" : "CLOSED", "<br>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user