Added POD to these packages.

This commit is contained in:
JT Smith 2002-12-15 02:58:51 +00:00
parent 21daeceb6e
commit b240822489
12 changed files with 1075 additions and 99 deletions

View file

@ -25,6 +25,16 @@ use WebGUI::SQL;
use WebGUI::URL;
use WebGUI::User;
=head1 WebGUI Discussions
This package implements WebGUI's discussion system. However it is
outdated and cludgy. We recommend not coding any new systems against
this package, but instead wait for the new package that will be
created in 6.0.0.
=cut
#-------------------------------------------------------------------
sub _deleteReplyTree {
my ($sth, %data, $messageId);