X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdb%2Fcomments_db.inc;h=d431e97d108a2d3f72ff322e65327097749338eb;hb=8864b1ec0fd3321e510511ef22614bc36845540e;hp=fd7af9c5e6991a6da98fd5be2c032628b07447ab;hpb=c55119ade6f4c6bd4acdfa55c46870187f408978;p=fa-stable.git diff --git a/includes/db/comments_db.inc b/includes/db/comments_db.inc index fd7af9c5..d431e97d 100644 --- a/includes/db/comments_db.inc +++ b/includes/db/comments_db.inc @@ -1,5 +1,14 @@ . +***********************************************************************/ //-------------------------------------------------------------------------------------------------- function get_comments($type, $type_no) @@ -30,7 +39,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 {