Changeset 12738
- Timestamp:
- 12/16/11 10:10:00 (18 months ago)
- Files:
-
- 1 modified
-
branches/2.3/include/ws_functions.inc.php (modified) (2 diffs)
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 {
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)