X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdb%2Fcomments_db.inc;h=9a484da257b2600d91003ace891072e403396228;hb=654b2cb832f5ad2313cfbbd98832681fae05943a;hp=fd7af9c5e6991a6da98fd5be2c032628b07447ab;hpb=c09be0dad6b05131e240349a375af7a4b7bf3444;p=fa-stable.git diff --git a/includes/db/comments_db.inc b/includes/db/comments_db.inc index fd7af9c5..9a484da2 100644 --- a/includes/db/comments_db.inc +++ b/includes/db/comments_db.inc @@ -30,7 +30,7 @@ function update_comments($type, $id, $date_, $memo_) if ($date_ == null) { delete_comments($type, $id); - add_comments($type, $id, '', $memo_); + add_comments($type, $id, Today(), $memo_); } else {