Changeset 1093:446407fe913a for plugins/importExport/inc
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/flat/class.flat.import.php
r841 r1093 790 790 $strReq = 'SELECT media_id '. 791 791 'FROM '.$this->prefix.'media '. 792 "WHERE media_path = '".$this->c ur_media->media_path."' ".793 "AND media_file = '".$this->c ur_media->media_file."' ";792 "WHERE media_path = '".$this->con->escape($this->cur_media->media_path)."' ". 793 "AND media_file = '".$this->con->escape($this->cur_media->media_file)."' "; 794 794 795 795 $rs = $this->con->select($strReq);
Note: See TracChangeset
for help on using the changeset viewer.