From 0820b5aaee8c979a41a0a61da5bee0560a92a0e0 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 2 Apr 2015 16:42:37 +0200 Subject: [PATCH] fixy fix --- main/news.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/news.php b/main/news.php index d073584..6f19a77 100644 --- a/main/news.php +++ b/main/news.php @@ -39,8 +39,8 @@ if(isset($_GET['xml'])) { print 'http://flashii.net/news/'. $newsPost['id'] .''; print 'http://flashii.net/news/'. $newsPost['id'] .''; print ''. date('D, d M Y G:i:s O', $newsPost['date']) .''; - print ''. $flashii->getUserdata($newsPost['uid'])['username'] .''; - print 'text($newsPost['content']) .']]>'; + print ''. $newsPost['udata']['username'] .''; + print ''; print '';