Changeset 13148
- Timestamp:
- 11/05/09 22:58:43 (2 years ago)
- File:
-
- 1 edited
-
trunk/inc/classes/BxDolTags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolTags.php
r13045 r13148 72 72 FROM `{$this->sCacheTable}` obj LEFT JOIN `{$this->sTagTable}` tgs 73 73 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`"; 75 75 $rResult = db_res($sqlQuery); 76 77 76 while( $aRow = mysql_fetch_assoc($rResult ) ) 78 77 $this->aTagObjects[$aRow['ObjectName']] = $aRow;
Note: See TracChangeset
for help on using the changeset viewer.