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);