remove post number

This commit is contained in:
2016-03-15 21:13:50 +01:00
parent 3ea624de09
commit 72b41124d8

View File

@@ -209,7 +209,7 @@ class Spot extends Main
$asFeed[$iId] = array('name'=>Toolbox::mb_ucwords($asPost['name']), 'post'=>$asPost['content'], 'type'=>'post');; $asFeed[$iId] = array('name'=>Toolbox::mb_ucwords($asPost['name']), 'post'=>$asPost['content'], 'type'=>'post');;
$asFeed[$iId]['relative_time'] = Toolbox::getDateTimeDesc($iUnixTimeStamp); $asFeed[$iId]['relative_time'] = Toolbox::getDateTimeDesc($iUnixTimeStamp);
$asFeed[$iId]['formatted_time'] = date(self::FORMAT_TIME, $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); ksort($asFeed);