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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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