aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-08-24 22:41:54 -0700
committerredmatrix <mike@macgirvin.com>2016-08-24 22:41:54 -0700
commit8d94402d25bc1f4c07d2182ea48badabc6642617 (patch)
tree896ed3a556ba449362036698f97b9b78b9569223 /include/photos.php
parent35d12b9e59d6b969b4c08bd5cc18e40c621e74ec (diff)
downloadvolse-hubzilla-8d94402d25bc1f4c07d2182ea48badabc6642617.tar.gz
volse-hubzilla-8d94402d25bc1f4c07d2182ea48badabc6642617.tar.bz2
volse-hubzilla-8d94402d25bc1f4c07d2182ea48badabc6642617.zip
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).
Diffstat (limited to 'include/photos.php')
-rw-r--r--include/photos.php2
1 files changed, 2 insertions, 0 deletions
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
*