converted www_view to view

This commit is contained in:
JT Smith 2005-02-06 17:08:49 +00:00
parent 778236efcb
commit d6764e6b53

View file

@ -245,10 +245,8 @@ sub getUiLevel {
#------------------------------------------------------------------- #-------------------------------------------------------------------
sub www_view { sub view {
my $self = shift; my $self = shift;
$self->logView() if ($session{setting}{passiveProfilingEnabled});
# Initiate an empty debug loop # Initiate an empty debug loop
$self->{_debug_loop} = [] ; $self->{_debug_loop} = [] ;