mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-20 16:09:51 +02:00
rdcatchd/rdcatchd.cpp MySQL v5.7+ date/time changes
Not sure if the wild card resolver is strictly unsafe but added a check anyway.
This commit is contained in:
parent
65be7b3f5f
commit
370fb3c0b2
@ -2609,7 +2609,7 @@ void MainObject::ResolveErrorWildcards(CatchEvent *event,
|
||||
rml->replace("%d",event->description());
|
||||
rml->replace("%e",err_desc); // Error Description
|
||||
rml->replace("%i",QString().sprintf("%u",event->id()));
|
||||
rml->replace("%t",event->startTime().toString("hh:mm:ss"));
|
||||
rml->replace("%t",RDCheckDateTime(event->startTime(),"hh:mm:ss"));
|
||||
rml->replace("%y",RDRecording::typeString(event->type()));
|
||||
switch(event->type()) {
|
||||
case RDRecording::Recording:
|
||||
|
Loading…
x
Reference in New Issue
Block a user