Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ebef09a8

Von Thomas Kasulke vor etwa 18 Jahren hinzugefügt

  • ID ebef09a8bde1d401fc7b0d60cfe09393e9a84c0f
  • Vorgänger dacb62eb
  • Nachfolger 2b89ec97

Historie eingefügt

Unterschiede anzeigen:

bin/mozilla/common.pl
#
######################################################################
use SL::Form;
use YAML;
use SL::Common;
......
$lxdebug->leave_sub();
}
sub show_history {
$lxdebug->enter_sub();
my $dbh = $form->dbconnect(\%myconfig);
$form->{title} = $locale->text("History");
$form->header();
print $form->parse_html_template( "common/show_history", {
"DATEN" => $form->get_history($dbh,$form->{input_name}),
"SUCCESS" => ($form->get_history($dbh,$form->{input_name}) ne "0")
} );
$dbh->disconnect();
$lxdebug->leave_sub();
}
1;

Auch abrufbar als: Unified diff