Skip to content

Commit

Permalink
Minor code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Railton committed Oct 27, 2018
1 parent b8f92bc commit bf0ebd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/TalkMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ public function createTalk(array $data)
{
// TODO map from the field mappings in getVerboseFields()
$sql = '
insert into talks (event_id, talk_title, talk_desc,
insert into talks (event_id, talk_title, talk_desc,
lang, date_given, duration)
values (:event_id, :talk_title, :talk_description,
values (:event_id, :talk_title, :talk_description,
(select ID from lang where lang_name = :language),
:date, :duration)
';
Expand Down

0 comments on commit bf0ebd8

Please sign in to comment.