X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdb%2Fcomments_db.inc;h=30952a3d47b07905dac9df2893383fff5a24005f;hb=56390edbd0d21b90f348200144d06c096483e59c;hp=fd7af9c5e6991a6da98fd5be2c032628b07447ab;hpb=c55119ade6f4c6bd4acdfa55c46870187f408978;p=fa-stable.git diff --git a/includes/db/comments_db.inc b/includes/db/comments_db.inc index fd7af9c5..30952a3d 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 {