- new Comment class
- improved performances (much less duplicated mysql queries) - less code and better error handling - informs the whole thread when posting new comment - fix various bugs
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
/************************************************************/
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
require(BASE."include/"."comments.php");
|
||||
include(BASE."include/incl.php");
|
||||
require(BASE."include/comment.php");
|
||||
|
||||
apidb_header("Comments");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user