Changeset 8784


Ignore:
Timestamp:
Jan 26, 2009, 11:28:29 AM (16 years ago)
Author:
Alexander Trofimov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/inc/classes/BxDolRssFactory.php

    r8783 r8784  
    4747        $sRSSLast = ''; 
    4848        if (isset($aRssData[0])) 
    49             $sRSSLast = LocaledDataTime($aRssData[0][$aFields['DateTimeUTS']]); 
    50         //$sRSSToday = date('j F Y, g:i'); 
    51         //$sDateFormat = '%a, %e %b %Y %k:%i:%s GMT'; 
     49            $sRSSLast = LocaledDataTime($aRssData[0][$aFields['DateTimeUTS']], 6); 
    5250 
    5351        if ($iPID > 0) 
     
    5957 
    6058            $sUnitTitle = process_line_output($aUnitInfo[$aFields['Title']]); 
    61             $sUnitDate = LocaledDataTime($aUnitInfo[$aFields['DateTimeUTS']]); 
     59            $sUnitDate = LocaledDataTime($aUnitInfo[$aFields['DateTimeUTS']], 6); 
    6260 
    6361            $sLinkMore = ''; 
     
    6664            } 
    6765            $sUnitDescVal = mb_substr( strip_tags($aUnitInfo[$aFields['Desc']]), 0, $iUnitLimitChars ) . $sLinkMore; 
    68             $sUnitDesc = <<<EOF 
    69 Date: {$sUnitDate}<br /> 
    70 Description: {$sUnitDescVal}<br /> 
    71 EOF; 
     66            $sUnitDesc = $sUnitDescVal; 
    7267 
    7368            $sUnitRSSFeed .= <<<EOF 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub