remove post number
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user