mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Use not empty instead of isset for recurring notes
This commit is contained in:
2
post.php
2
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']));
|
$recurring_note = strip_tags(mysqli_real_escape_string($mysqli,$_POST['recurring_note']));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user