diff --git a/include/transcript.php b/include/transcript.php index 7b7a64b..48f8028 100644 --- a/include/transcript.php +++ b/include/transcript.php @@ -62,7 +62,7 @@ function savetranscript( &$strip ) { $dbConnection->beginTransaction(); //remove any old transcript data - it's being replaced - $dbConnection->executeUpdate('DELETE FROM transcript WHERE transcript.strip = ?', array($strip->id))); + $dbConnection->executeUpdate('DELETE FROM transcript WHERE transcript.strip = ?', array($strip->id)); if( $strip->transcript_posted ) { $inserter = 'INSERT INTO transcript (strip, panel, line, speaker, speech, search) VALUES (?, ?, ?, ?, ?, ?)'; diff --git a/index.php b/index.php index 5b3e96c..f6c4654 100644 --- a/index.php +++ b/index.php @@ -63,7 +63,7 @@ adminmenu();

Recent Strips