How can I changes a "Custom Field Descriptions" but of 1 album specific How can I changes a "Custom Field Descriptions" but of 1 album specific
 

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

Main Menu

How can I changes a "Custom Field Descriptions" but of 1 album specific

Started by AlexBarTender, December 06, 2008, 04:50:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AlexBarTender

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.

Nibbler


UPDATE cpg_pictures SET user1 = filename WHERE aid = 123


Where 123 is the album number you want to be affected.