Re: [DOC-WEB] cvs: docweb /scripts notes_stats.php
[email protected] ("Nuno Lopes")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <007c01c50ee9$72421770$0100a8c0@pc07653> |
> On Wednesday 09 February 2005 19:26, Nuno Lopes wrote: >> nlopess Wed Feb 9 13:26:09 2005 EDT >> >> Modified files: >> /docweb/scripts notes_stats.php >> Log: >> the note id must be PRIMARY KEY, because there are repeated e-mails >> about >> the same note. this way, we prevent having duplicate notes in the DB > > True, > > but modified and deleted seem to be 2 actions to me. > > If we count unique actions it should be mentioned, otherwise all actionsa > should be counted > > Just my thoughts on this > > Vincent Uhm, I didn't remember that... But anyway, I don't think that exist many cases of notes that were modified and then deleted. There are far more bogus duplicates. Checking for duplicates by hand would take too much time, but its doable. Nuno