forum.coppermine-gallery.net

Support => Older/other versions => cpg1.3.x Support => Topic started by: -TRshady- on April 30, 2005, 05:46:26 pm

Title: Move all images in an album to another?
Post by: -TRshady- on April 30, 2005, 05:46:26 pm
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
Title: Re: Move all images in an album to another?
Post by: Nibbler on May 01, 2005, 07:24:03 pm
You can run an SQL query, something like:

Code: [Select]
UPDATE cpg_pictures SET aid = new_album_id WHERE aid = old_album_id