diff --git a/chant_edit.php b/chant_edit.php
index 62f75f1..1037b1c 100644
--- a/chant_edit.php
+++ b/chant_edit.php
@@ -261,7 +261,7 @@ if(!$logged_in) {
$mysqli->query($sql) or die('Erreur SQL !
'.$sql.'
'.$mysqli->error);
$id = $mysqli->insert_id;
foreach(array('version','office-part','mode','mode_var','commentary','initial','transcriber','gabc','gabc_verses','tex_verses') as $k) {
- if($mypost[$k] > '') {
+ if($mypost[$k] > '' && $mypost[$k] != "(c4)") {
$sql = 'UPDATE '.db('chants').' SET `'.$k.'` = "'.$mysqli->real_escape_string($mypost[$k]).'" WHERE `id` = '.$id;
$mysqli->query($sql) or die('Erreur SQL !
'.$sql.'
'.$mysqli->error);
}
diff --git a/missing.php b/missing.php
index 1936400..4ebfe99 100644
--- a/missing.php
+++ b/missing.php
@@ -1,7 +1,7 @@
$title\n";