Ignore:
Timestamp:
Sep 16, 2010, 7:24:05 PM (14 years ago)
Author:
rvelices
Message:

feature 1845: be able to delete photos added through synhronization (postgres compatibility)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/element_set_global.php

    r6873 r6946  
    317317  FROM '.IMAGES_TABLE.'
    318318  WHERE id IN ('.implode(',', $page['cat_elements_id']).')
    319     AND path NOT LIKE "http%"
     319    AND path NOT LIKE \'http%\'
    320320;';
    321321  list($counter) = pwg_db_fetch_row(pwg_query($query));
Note: See TracChangeset for help on using the changeset viewer.