Gentoo Archives: gentoo-commits

From: "Tom Knight (tomk)" <tomk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/includes: functions_search.php
Date: Thu, 13 Sep 2007 08:55:58
Message-Id: E1IVkNK-0001ko-W0@stork.gentoo.org
1 tomk 07/09/13 08:48:38
2
3 Modified: functions_search.php
4 Log:
5 Quick bodge to prevent 'Could not insert new word matches' error
6
7 Revision Changes Path
8 1.5 forums/htdocs/includes/functions_search.php
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/includes/functions_search.php?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/includes/functions_search.php?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/includes/functions_search.php?r1=1.4&r2=1.5
13
14 Index: functions_search.php
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/includes/functions_search.php,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- functions_search.php 8 Jun 2006 22:08:45 -0000 1.4
21 +++ functions_search.php 13 Sep 2007 08:48:38 -0000 1.5
22 @@ -6,7 +6,7 @@
23 * copyright : (C) 2002 The phpBB Group
24 * email : support@×××××.com
25 *
26 -* $Id: functions_search.php,v 1.4 2006/06/08 22:08:45 tomk Exp $
27 +* $Id: functions_search.php,v 1.5 2007/09/13 08:48:38 tomk Exp $
28 *
29 ****************************************************************************/
30
31 @@ -271,7 +271,8 @@
32 WHERE word_text IN ($match_sql)";
33 if ( !$db->sql_query($sql) )
34 {
35 - message_die(GENERAL_ERROR, 'Could not insert new word matches', '', __LINE__, __FILE__, $sql);
36 + // 2007-09-12 tomk - bodge for now - don't show this error, get SCAS sorted
37 + //message_die(GENERAL_ERROR, 'Could not insert new word matches', '', __LINE__, __FILE__, $sql);
38 }
39 }
40 }
41
42
43
44 --
45 gentoo-commits@g.o mailing list