Not Reviewed
Show More
Add another comment
| @@ -65,7 +65,7 function savetranscript( &$strip ) { | |||||
|
|
65 | $dbConnection->executeUpdate('DELETE FROM transcript WHERE transcript.strip = ?', array($strip->id)); |
|
65 | $dbConnection->executeUpdate('DELETE FROM transcript WHERE transcript.strip = ?', array($strip->id)); |
|
|
66 |
|
66 | ||
|
|
67 | if( $strip->transcript_posted ) { |
|
67 | if( $strip->transcript_posted ) { |
|
|
68 |
$insert |
|
68 | $insert_sql = 'INSERT INTO transcript (strip, panel, line, speaker, speech, search) VALUES (?, ?, ?, ?, ?, ?)'; |
|
|
69 | $inserter_types = array(PDO::PARAM_INT, PDO::PARAM_INT, PDO::PARAM_INT, PDO::PARAM_STR, PDO::PARAM_STR, PDO::PARAM_STR); |
|
69 | $inserter_types = array(PDO::PARAM_INT, PDO::PARAM_INT, PDO::PARAM_INT, PDO::PARAM_STR, PDO::PARAM_STR, PDO::PARAM_STR); |
|
|
70 |
|
70 | ||
|
|
71 | if(strpos($strip->transcript_posted, 'Panel <$n>') !== FALSE) { |
|
71 | if(strpos($strip->transcript_posted, 'Panel <$n>') !== FALSE) { |
Comments 0
You need to be logged in to leave comments.
Login now
