Move all images in an album to another? Move all images in an album to another?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Move all images in an album to another?

Started by -TRshady-, April 30, 2005, 05:46:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

-TRshady-

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

Nibbler

You can run an SQL query, something like:

UPDATE cpg_pictures SET aid = new_album_id WHERE aid = old_album_id