added sortable sub calls table to profiler output. Niftiness.

This commit is contained in:
Matthew Wilson 2006-02-05 19:24:40 +00:00
parent eb13ca2df3
commit 41f3318e3c
5 changed files with 626 additions and 8 deletions

View file

@ -103,7 +103,7 @@ sub page {
}
}
$output = tryAssetMethod($session,$asset,$method);
$output = tryAssetMethod($session,$asset,"view") unless ($method eq "view" || $output);
$output = tryAssetMethod($session,$asset,"view") unless ($output || ($method eq "view"));
}
}
if ($output eq "") {