Gentoo Archives: gentoo-commits

From: "Tom Knight
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/scripts/projectSCAS/scripts: rebuildSearchindex.pl
Date: Tue, 11 Sep 2007 07:12:34
Message-Id: E1IUzoS-0003kC-7C@stork.gentoo.org
1 tomk 07/09/11 07:05:32
2
3 Modified: rebuildSearchindex.pl
4 Log:
5 fixed for the PM part of the script
6
7 Revision Changes Path
8 1.19 forums/scripts/projectSCAS/scripts/rebuildSearchindex.pl
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/scripts/projectSCAS/scripts/rebuildSearchindex.pl?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/scripts/projectSCAS/scripts/rebuildSearchindex.pl?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/scripts/projectSCAS/scripts/rebuildSearchindex.pl?r1=1.18&r2=1.19
13
14 Index: rebuildSearchindex.pl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/scripts/projectSCAS/scripts/rebuildSearchindex.pl,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- rebuildSearchindex.pl 9 Sep 2007 10:29:04 -0000 1.18
21 +++ rebuildSearchindex.pl 11 Sep 2007 07:05:31 -0000 1.19
22 @@ -457,7 +457,7 @@
23
24 # - do update >
25 $sth = $dbh->prepare(qq{update phpbb_privmsgs_text set privmsgs_text=? where privmsgs_text_id=?});
26 - $ext = $sth->execute($pm_subject, $pmId);
27 + $ext = $sth->execute($pm_text, $pmId);
28 }
29 else
30 {
31
32
33
34 --
35 gentoo-commits@g.o mailing list