mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
comment_author correction
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
|
||||||
| $Revision: 1.17 $
|
| $Revision: 1.18 $
|
||||||
| $Date: 2009-01-05 22:01:37 $
|
| $Date: 2009-01-27 07:37:22 $
|
||||||
| $Author: e107steved $
|
| $Author: lisa_ $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -775,8 +775,8 @@ class comment {
|
|||||||
$ret['comment_datestamp'] = $row['comment_datestamp'];
|
$ret['comment_datestamp'] = $row['comment_datestamp'];
|
||||||
|
|
||||||
//author - no ned to split now
|
//author - no ned to split now
|
||||||
$comment_author_id = $ret['comment_author_id'];
|
$comment_author_id = $row['comment_author_id'];
|
||||||
$comment_author_name = $ret['comment_author_name'];
|
$comment_author_name = $row['comment_author_name'];
|
||||||
$ret['comment_author'] = (USERID ? "<a href='".e_BASE."user.php?id.".$comment_author_id."'>".$comment_author_name."</a>" : $comment_author_name);
|
$ret['comment_author'] = (USERID ? "<a href='".e_BASE."user.php?id.".$comment_author_id."'>".$comment_author_name."</a>" : $comment_author_name);
|
||||||
|
|
||||||
//comment text
|
//comment text
|
||||||
|
Reference in New Issue
Block a user