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: search.php
Date: Tue, 01 Jul 2008 21:59:34
Message-Id: E1KDnsn-0001RB-9m@stork.gentoo.org
1 tomk 08/07/01 21:59:29
2
3 Modified: search.php
4 Log:
5 quick hack for now
6
7 Revision Changes Path
8 1.26 forums/htdocs/search.php
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?rev=1.26&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?rev=1.26&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?r1=1.25&r2=1.26
13
14 Index: search.php
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/search.php,v
17 retrieving revision 1.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- search.php 1 Jul 2008 21:35:21 -0000 1.25
21 +++ search.php 1 Jul 2008 21:59:28 -0000 1.26
22 @@ -6,7 +6,7 @@
23 * copyright : (C) 2001 The phpBB Group
24 * email : support@×××××.com
25 *
26 - * $Id: search.php,v 1.25 2008/07/01 21:35:21 tomk Exp $
27 + * $Id: search.php,v 1.26 2008/07/01 21:59:28 tomk Exp $
28 *
29 *
30 ***************************************************************************/
31 @@ -642,7 +642,8 @@
32 WHERE session_id NOT IN (SELECT session_id FROM " . SESSIONS_TABLE . ")";
33 if ( ! ($result = $db->sql_query($sql)) )
34 {
35 - message_die(GENERAL_ERROR, 'Could not delete old search id sessions', '', __LINE__, __FILE__, $sql);
36 + // hackity hack hack
37 + //message_die(GENERAL_ERROR, 'Could not delete old search id sessions', '', __LINE__, __FILE__, $sql);
38 }
39
40 //
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list