X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Frating.pl;h=89c75b96e2ee89a6e64f862fd61bc8757ce5c096;hb=beccc37c94398d34d002a6d9a8a2dde24e8b17f6;hp=1547c42d2f0a794eea49b9aee7a5b8afcf26542d;hpb=f6ebc698f5231a7c9bd62254fc3d9ee4487ff3c9;p=wloh diff --git a/www/rating.pl b/www/rating.pl index 1547c42..89c75b9 100755 --- a/www/rating.pl +++ b/www/rating.pl @@ -11,6 +11,7 @@ use HTML::Entities; use utf8; use locale; require '../config.pm'; +require '../common.pm'; my $dbh = DBI->connect($config::local_connstr, $config::local_username, $config::local_password) or die "connect: " . $DBI::errstr; @@ -136,9 +137,11 @@ while (my $ref = $q->fetchrow_hashref) { printf " %s\n", $ref->{'serie_id'}, $ref->{'serie_navn'}; print " \n"; } +print " \n"; + +wloh_common::output_last_sync($dbh); print <<"EOF"; - EOF