coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: AlexBarTender on December 06, 2008, 04:50:38 PM

Title: How can I changes a "Custom Field Descriptions" but of 1 album specific
Post by: AlexBarTender on December 06, 2008, 04:50:38 PM
Best Regards, for all the community.

I wanna know if this is possible. I wanna change a "Custom Field Descriptions" (For example: Price) but of one album specific.

Because if I Run a Query like this UPDATE cpg_pictures SET user1 = filename I will do this change in all albums. But in this case I wanna know if is possible do the change just of album in specific.

Very thank you for your answers.
Title: Re: How can I changes a "Custom Field Descriptions" but of 1 album specific
Post by: Nibbler on December 06, 2008, 05:41:04 PM

UPDATE cpg_pictures SET user1 = filename WHERE aid = 123


Where 123 is the album number you want to be affected.
Title: Re: How can I changes a "Custom Field Descriptions" but of 1 album specific
Post by: AlexBarTender on December 06, 2008, 05:43:27 PM
Very Thanks my friend :D