I found an answer. I updated the "tag" table with a statement like this:
update tag set tagname = 'The new and amended title' where tagid = 17;
and it worked.
I hope I did not mess with something...
"Don't do it at home" until Richard says it's ok.
c

On Mon, Apr 18, 2011 at 9:15 AM, Carlo A. Bertelli (Charta s.r.l.)
<carlo.berte...@gmail.com> wrote:
> Hello,
> some of my users wrote documentation with MSWord and used copy-paste
> to fill in wiki pages (users say that using the web interface to edit
> text would clutter the timeline with incremental changes).
> Obviously it's a bad thing, but now uncompliant browsers (old ones) do
> not work with these strange urls.
> So I would like to correct at least the titles.
> I would like to update the relevant tables by sql statements. Could
> anyone please tell me what is the right way?
> TIA
> c
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to