Method |
delete_message(messageid) |
Description: Deletes the specified message from the database.
messageid (required, Integer): ID of the message
that should be deleted.
Common usage (Jscript ):
forumobj.delete_message(96); |
|
Method |
cleanup() |
Description: Cleans up an memory usage during the use
of bf.forums. This function should be called at the end of every
script that uses bf.forums. Not calling this function at
the end of every script that uses bf.forums could lead to a memory
leak, and eventual locking of your web server
Common usage (Jscript ):
forumobj.cleanup(); |
|
|
|
Copyright
1999 - 2003, bf.collaboration
Inc. All rights reserverd. |