mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2014-08-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'lib/rdcreate_log.cpp' that caused auxiliary table creation to fail.
This commit is contained in:
@@ -461,7 +461,7 @@ void EditClock::saveAsData()
|
||||
}
|
||||
delete q;
|
||||
edit_clock->setName(clockname);
|
||||
sql=RDCreateClockTableSql(clockname);
|
||||
sql=RDCreateClockTableSql(RDClock::tableName(clockname));
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user