Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Move all images in an album to another?  (Read 3576 times)

0 Members and 1 Guest are viewing this topic.

-TRshady-

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 45
Move all images in an album to another?
« 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
« Last Edit: May 05, 2005, 02:57:12 am by OmegaGOD »
Logged

Nibbler

  • Guest
Re: Move all images in an album to another?
« Reply #1 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
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.