Changeset 13137
- Timestamp:
- 11/03/09 16:52:36 (3 weeks ago)
- Files:
-
- trunk/inc/classes/BxDolTwigModuleDb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/inc/classes/BxDolTwigModuleDb.php
r12953 r13137 124 124 else 125 125 $sValues = (int)$aMedia; 126 return $this->query ("INSERT I NTO `" . $this->_sPrefix . $this->_sTableMediaPrefix . "{$sMediaType}` VALUES ($iEntryId, $sValues)");126 return $this->query ("INSERT IGNORE INTO `" . $this->_sPrefix . $this->_sTableMediaPrefix . "{$sMediaType}` VALUES ($iEntryId, $sValues)"); 127 127 } 128 128

