From 8d94402d25bc1f4c07d2182ea48badabc6642617 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 24 Aug 2016 22:41:54 -0700 Subject: attach_move() function created to relocate files or photos to different directories in the cloud area and photo albums without deleting and recreating (which would create a new resource_id and invalidate any existing links). --- include/photos.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/photos.php') diff --git a/include/photos.php b/include/photos.php index d14c12d84..9d15d3692 100644 --- a/include/photos.php +++ b/include/photos.php @@ -588,6 +588,8 @@ function photos_album_rename($channel_id, $oldname, $newname) { ); } + + /** * @brief * -- cgit v1.2.3