removed unneeded line from LDAP.pm, fixed empty returns from processOperations, and added more POD to PerformanceProfiler.pm
This commit is contained in:
parent
c934de3c84
commit
31fc1bdd17
3 changed files with 20 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue