##
# Another minor comment, sql statemends end in ;
# so I try to end all mine in ;, and I always reccomend
# others do as well (;)
my $SQLText = qq[ UPDATE diary SET
diary_title = ( ? ),
diary_entry = ( ? ),
fk_user_key = ( ? )
WHERE diary_key = ( ? );];
####
$entry =~ s/\n\n//g;
$entry =~ s/\n/
/g;