1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

various comment fixes and improvements, new core event added (prepostcomment). futther improvements are coming to satisfy 3rd party code need (e.g. spam checking).

This commit is contained in:
secretr
2009-09-19 15:30:47 +00:00
parent a8aec59a51
commit 2ca07156d7
3 changed files with 138 additions and 39 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/comment.php,v $
| $Revision: 1.4 $
| $Date: 2009-09-02 17:27:29 $
| $Author: e107coders $
| $Revision: 1.5 $
| $Date: 2009-09-19 15:30:47 $
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php");
@@ -83,6 +83,7 @@ class comment_manager
function comment_manager()
{
global $user_pref;
$this->fieldpref = (varset($user_pref['admin_cpage_columns'])) ? $user_pref['admin_cpage_columns'] : array("comment_id","comment_pid","comment_item_id","comment_subject","comment_comment","comment_author","comment_datestamp");
//TODO Add LANS