From fd9f40b1bbadbd9827b7c527e36988ccc0574ef2 Mon Sep 17 00:00:00 2001 From: secretr Date: Wed, 4 Nov 2009 23:49:59 +0000 Subject: [PATCH] comment manager - proper datestamp type --- e107_admin/comment.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_admin/comment.php b/e107_admin/comment.php index 6e5e78120..2c2b48367 100644 --- a/e107_admin/comment.php +++ b/e107_admin/comment.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/comment.php,v $ -| $Revision: 1.9 $ -| $Date: 2009-11-04 23:47:15 $ +| $Revision: 1.10 $ +| $Date: 2009-11-04 23:49:59 $ | $Author: secretr $ +----------------------------------------------------------------------------+ */ @@ -68,7 +68,7 @@ class comments_admin_ui extends e_admin_ui 'comment_comment' => array('title'=> "comment", 'type' => 'textarea', 'width' => '30%', 'readParms' => 'expand=...&truncate=50'), // Display name 'comment_author_id' => array('title'=> "authorID", 'type' => 'text', 'width' => 'auto'), // User name 'comment_author_name' => array('title'=> "authorName", 'type' => 'text', 'width' => 'auto'), // User name - 'comment_datestamp' => array('title'=> "datestamp", 'type' => 'text', 'width' => 'auto'), // User name + 'comment_datestamp' => array('title'=> "datestamp", 'type' => 'datestamp', 'width' => 'auto'), // User name 'comment_blocked' => array('title'=> "blocked", 'type' => 'text', 'width' => 'auto'), // Photo 'comment_ip' => array('title'=> "IP", 'type' => 'text', 'width' => '10%', 'thclass' => 'center' ), // Real name (no real vetting) 'comment_type' => array('title'=> "Type", 'type' => 'method', 'width' => '10%', 'thclass' => 'center', 'filter'=>TRUE,'batch'=>TRUE ), // No real vetting