Added POD to these packages.
This commit is contained in:
parent
21daeceb6e
commit
b240822489
12 changed files with 1075 additions and 99 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue