Changeset 6946

Show
Ignore:
Timestamp:
09/16/10 19:24:05 (3 years ago)
Author:
rvelices
Message:

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

Files:
1 modified

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));