Changeset 12906 for trunk/admin/include/functions.php
- Timestamp:
- 01/17/12 01:11:14 (4 months ago)
- Files:
-
- 1 modified
-
trunk/admin/include/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r12875 r12906 2308 2308 } 2309 2309 } 2310 2311 function delete_element_derivatives($ids) 2312 { 2313 // todo 2314 if (!is_array($ids)) 2315 { 2316 $ids = array($ids); 2317 } 2318 2319 // for now I do a massive clear, to be removed once the function is 2320 // properly implemented 2321 clear_derivative_cache(); 2322 } 2310 2323 ?>
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)