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