From 8a73785aee3e51c26c65053a4de7c5d7f0ebb673 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 21 Aug 2010 23:58:35 +0000 Subject: Merged r6586:6587 from 1.7 branch into trunk git-svn-id: http://code.elgg.org/elgg/trunk@6842 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/riverdashboard/endpoint/get_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/riverdashboard/endpoint/get_comments.php') diff --git a/mod/riverdashboard/endpoint/get_comments.php b/mod/riverdashboard/endpoint/get_comments.php index b6f4b565a..017591fa5 100644 --- a/mod/riverdashboard/endpoint/get_comments.php +++ b/mod/riverdashboard/endpoint/get_comments.php @@ -35,6 +35,6 @@ foreach ($comments as $comment) { echo "
"; echo "" . $comment_owner->name . ' '; - echo "" . friendly_time($comment->time_created) . ""; + echo "" . elgg_view_friendly_time($comment->time_created) . ""; echo "
"; } \ No newline at end of file -- cgit v1.2.3