Is there an easy way ... Is there an easy way ...
 

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

Is there an easy way ...

Started by blablabla, January 29, 2005, 06:57:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

blablabla


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


Joachim Müller

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