Index: trunk/extensions/SecurePoll/includes/MessageDumpPage.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | if ( !$res->numRows() ) { |
37 | 37 | return; |
38 | 38 | } |
39 | | - echo "INSERT INTO securepoll_msgs (msg_entity,msg_lang, msg_key, msg_value) VALUES\n"; |
| 39 | + echo "INSERT INTO securepoll_msgs (msg_entity,msg_lang, msg_key, msg_text) VALUES\n"; |
40 | 40 | $first = true; |
41 | 41 | foreach ( $res as $row ) { |
42 | 42 | $values = array( |