Visit BoonEx Page at Facebook

Facebook

Join BoonEx group at LinkedIn

LinkedIn

Follow BoonEx on Twitter

Twitter

Subscribe to BoonEx Blog RSS feed

RSS

Changeset 13148

Show
Ignore:
Timestamp:
11/05/09 22:58:43 (2 weeks ago)
Author:
Alexander Ermashev
Message:

- add sort param in BxDolTags?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/inc/classes/BxDolTags.php

    r13045 r13148  
    7272                FROM  `{$this->sCacheTable}` obj LEFT JOIN  `{$this->sTagTable}` tgs  
    7373                ON obj.`{$this->aObjFields['name']}` = tgs.`{$this->aTagFields['type']}` " . 
    74                 $this->_getSelectCondition($aParam) . " GROUP BY obj.`{$this->aObjFields['name']}`"; 
     74                $this->_getSelectCondition($aParam) . " GROUP BY obj.`{$this->aObjFields['name']}` ORDER BY obj.`ID`"; 
    7575            $rResult = db_res($sqlQuery); 
    76              
    7776            while( $aRow = mysql_fetch_assoc($rResult ) ) 
    7877                $this->aTagObjects[$aRow['ObjectName']] = $aRow;