diff --git a/post.php b/post.php index 0e45e275..c17e8469 100644 --- a/post.php +++ b/post.php @@ -2028,7 +2028,7 @@ if(isset($_POST['save_recurring'])){ } - if(isset($_POST['recurring_note'])){ + if(!empty($_POST['recurring_note'])){ $recurring_note = strip_tags(mysqli_real_escape_string($mysqli,$_POST['recurring_note']));