Moderation seems to been broken. The parser complains about:
Warning: Variable passed to each() is not an array or object in /home/jverelst/www/discussion/comments.php3 on line 512. It's about the $HTTP_POST_VARS i believe.
Just compile PHP3 with --enable-track-vars or turn track-vars on in your php.ini. That is in the standard installation for php3. The INSTALL doc is updated with this note.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just compile PHP3 with --enable-track-vars or turn track-vars on in your php.ini. That is in the standard installation for php3. The INSTALL doc is updated with this note.