Changeset 32550 for extensions
- Timestamp:
- Mar 25, 2021, 3:33:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/manage_properties_photos/main.inc.php
r32391 r32550 60 60 61 61 /*delete photo*/ 62 $datedelete = pwg_db_fetch_assoc(pwg_query("SELECT id_prop_pho FROM " . ADD_PROP_PHOTO_TABLE . " WHERE dataprop = 'Delete tePhoto' AND Typ = 2 LIMIT 1;"));62 $datedelete = pwg_db_fetch_assoc(pwg_query("SELECT id_prop_pho FROM " . ADD_PROP_PHOTO_TABLE . " WHERE dataprop = 'DeletePhoto' AND Typ = 2 LIMIT 1;")); 63 63 if ($datedelete != NULL){ 64 64 $photodelete = pwg_query('
Note: See TracChangeset
for help on using the changeset viewer.