Simple question, I want to merge an album .. how can this be done?
Have 2 albums, want to move all images from one into the other without having to use the drop down on each individual image.
Thanks in advance
You can run an SQL query, something like:
UPDATE cpg_pictures SET aid = new_album_id WHERE aid = old_album_id