- Timestamp:
- Dec 16, 2011, 10:10:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/include/ws_functions.inc.php
r12729 r12738 2446 2446 2447 2447 $info_columns = array( 2448 'file',2449 2448 'name', 2450 2449 'author', … … 2482 2481 } 2483 2482 2483 if (isset($params['file'])) 2484 { 2485 if (!empty($image_row['storage_category_id'])) 2486 { 2487 new PwgError(500, '[ws_images_setInfo] updating "file" is forbidden on photos added by synchronization'); 2488 exit(); 2489 } 2490 2491 $update['file'] = $params['file']; 2492 } 2493 2484 2494 if (count(array_keys($update)) > 0) 2485 2495 {
Note: See TracChangeset
for help on using the changeset viewer.