Eric Blade
ffeeaef807
Clean up HTML and PHP, remove extranious checks for loggedin()
2004-12-29 20:21:31 +00:00
Jonathan Ernst
487bcb9264
- addcomment.php uses include/db.php for mysql queries and error handling
...
- deletecomment.php uses include/db.php for mysql queries and error handling
- minor fixes (superglobals, indentation, typos)
2004-12-29 03:42:22 +00:00
Jonathan Ernst
4082220f9c
- when a comment is deleted, one can state the reason why he did this.
...
- the user that made the comment get's an e-mail
2004-12-14 04:30:41 +00:00
Jonathan Ernst
d3d9e853d9
- replaced tons of tabs with spaces
...
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +00:00
WineHQ
134aca7e3a
Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Chris Morgan <cmorgan@alum.wpi.edu>
...
- stop annoymous comments submitions
- code cleanup (more php style than c style + better indentation + comments + replaced globally registered vars)
2004-12-11 04:07:40 +00:00
Jonathan Ernst
bd91db228c
- access most globals by their $_XYZ['varname'] name
...
- fix some code errors and typos (missing $ in front of variable names
and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
is set to show notices (if(isset($variable))) instead of if($variable) for
example)
2004-12-10 01:07:45 +00:00
Tony Lambregts
e9e177705b
send an email to the original poster if this is a reply.
2004-11-17 23:05:36 +00:00
Chris Morgan
1e06cab9d9
use datetime instead of timestamp
2004-11-17 22:54:30 +00:00
Tony Lambregts
90ac967f43
Set up notify system. Send notify emails for ad and delete Coments
2004-11-09 22:42:12 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00