From 72b41124d8a2150931bbcbc9ea7e93537aa046a4 Mon Sep 17 00:00:00 2001 From: franzz Date: Tue, 15 Mar 2016 21:13:50 +0100 Subject: [PATCH] remove post number --- inc/spot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/spot.php b/inc/spot.php index e24762e..e822797 100755 --- a/inc/spot.php +++ b/inc/spot.php @@ -209,7 +209,7 @@ class Spot extends Main $asFeed[$iId] = array('name'=>Toolbox::mb_ucwords($asPost['name']), 'post'=>$asPost['content'], 'type'=>'post');; $asFeed[$iId]['relative_time'] = Toolbox::getDateTimeDesc($iUnixTimeStamp); $asFeed[$iId]['formatted_time'] = date(self::FORMAT_TIME, $iUnixTimeStamp); - $asFeed[$iId]['id'] = $asPost[MySqlManager::getId(self::POST_TABLE)]; + //$asFeed[$iId]['id'] = $asPost[MySqlManager::getId(self::POST_TABLE)]; } ksort($asFeed);