removed unneeded line from LDAP.pm, fixed empty returns from processOperations, and added more POD to PerformanceProfiler.pm

This commit is contained in:
Matthew Wilson 2006-02-04 13:54:00 +00:00
parent c934de3c84
commit 31fc1bdd17
3 changed files with 20 additions and 3 deletions

View file

@ -127,7 +127,7 @@ sub page {
#-------------------------------------------------------------------
sub processOperations {
my $session = shift;
my ($cmd, $output);
my $output = "";
my $op = $session->form->process("op");
# my $opNumber = shift || 1;
if ($op) {