Changeset 13137 for trunk/inc/classes/BxDolTwigModuleDb.php
- Timestamp:
- 11/03/09 16:52:36 (3 years ago)
- File:
-
- 1 edited
-
trunk/inc/classes/BxDolTwigModuleDb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.