Changes between Initial Version and Version 1 of Ticket #16979, comment 2
- Timestamp:
- 03/27/2011 11:58:01 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16979, comment 2
initial v1 1 1 > Actually, I'm pretty sure I populated it with something static until I ran into the duplicate comment issue. 2 2 3 I'm appending a commentwith a hash in it, that works around the issue, I was planning on striping it out before it went to the database, but there were no filters between the duplicate check and the DB insert either!3 I'm appending a `<!-- comment -->` with a hash in it, that works around the issue, I was planning on striping it out before it went to the database, but there were no filters between the duplicate check and the DB insert either! 4 4 5 5 In this case, I'd probably do them as 3 functions, one for duplicate comment, one for blank comment, and one for the userloggedin & required fields not set