HomeHelpTrac

Changeset 13148


Ignore:
Timestamp:
11/05/09 22:58:43 (2 years ago)
Author:
Alexander Ermashev
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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; 
Note: See TracChangeset for help on using the changeset viewer.