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:09:59
Message-Id: E1KDn6n-0000xO-Aq@stork.gentoo.org
1 tomk 08/07/01 21:09:53
2
3 Modified: search.php
4 Log:
5 Removed stray braces
6
7 Revision Changes Path
8 1.24 forums/htdocs/search.php
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?r1=1.23&r2=1.24
13
14 Index: search.php
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/search.php,v
17 retrieving revision 1.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- search.php 1 Jul 2008 20:33:53 -0000 1.23
21 +++ search.php 1 Jul 2008 21:09:52 -0000 1.24
22 @@ -6,7 +6,7 @@
23 * copyright : (C) 2001 The phpBB Group
24 * email : support@×××××.com
25 *
26 - * $Id: search.php,v 1.23 2008/07/01 20:33:53 tomk Exp $
27 + * $Id: search.php,v 1.24 2008/07/01 21:09:52 tomk Exp $
28 *
29 *
30 ***************************************************************************/
31 @@ -644,8 +644,7 @@
32 {
33 message_die(GENERAL_ERROR, 'Could not delete old search id sessions', '', __LINE__, __FILE__, $sql);
34 }
35 - }
36 - }
37 +
38 //
39 // Store new result data
40 //
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list