HomeHelpTrac

Ignore:
Timestamp:
11/03/09 16:52:36 (3 years ago)
Author:
Alexander Trofimov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/classes/BxDolTwigModuleDb.php

    r12953 r13137  
    124124        else 
    125125            $sValues = (int)$aMedia; 
    126         return $this->query ("INSERT INTO `" . $this->_sPrefix . $this->_sTableMediaPrefix . "{$sMediaType}` VALUES ($iEntryId, $sValues)"); 
     126        return $this->query ("INSERT IGNORE INTO `" . $this->_sPrefix . $this->_sTableMediaPrefix . "{$sMediaType}` VALUES ($iEntryId, $sValues)"); 
    127127    }     
    128128 
Note: See TracChangeset for help on using the changeset viewer.