Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 290df7c8

Von Sven Schöling vor mehr als 17 Jahren hinzugefügt

  • ID 290df7c8b37a75d3796e589c3fa0a58feaa9e92c
  • Vorgänger d629acd8
  • Nachfolger a9d015d8

return muss nach leave_sub stattfinden, sonst wird das ignoriert

Unterschiede anzeigen:

SL/Form.pm
2332 2332
      $hash_ref->{snumbers} =~ s/^.+_(.*)$/$1/g;
2333 2333
      $tempArray[$i++] = $hash_ref;
2334 2334
    }
2335
    return \@tempArray and $main::lxdebug->leave_sub()
2335
    $main::lxdebug->leave_sub() and return \@tempArray 
2336 2336
      if ($i > 0 && $tempArray[0] ne "");
2337 2337
  }
2338 2338
  $main::lxdebug->leave_sub();

Auch abrufbar als: Unified diff