coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: blablabla on January 29, 2005, 06:57:21 PM

Title: Is there an easy way ...
Post by: blablabla on January 29, 2005, 06:57:21 PM

I just added more then 2000 pictures with "Batch Add Files" ...
... so is there an easier way to edit their descriptions or I'll have to browse/edit one by one ?
Thanks  ;D

Title: Re: Is there an easy way ...
Post by: Joachim Müller on January 29, 2005, 07:13:35 PM
you could run a query in phpMyAdmin (or a similar database manipulation tool), e.g. UPDATE `cpg132_pictures` SET `user1` = 'foo bar' WHERE `filepath` = '04/quiz/';

Joachim