Klaus Schmidinger wrote:
The event id only needs to be unique within the *same* channel. The above events are from two different channels.
Ok, then is shouldn't be the problem.
Hmm.. Next thing what could made some this problem. :P I notice that CHANNEL.pm and EPG.pm modules has different version numbers.
EPG.pm: my $version = 27; # Must be increment if rows of table changed
CHANNELS.pm: my $version = 26; # Must be increment if rows of table changed
But I am not sure can this be a problem as different tables can most probably have different versions.
-Matti