From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KDn6s-0002Nw-RJ for garchives@archives.gentoo.org; Tue, 01 Jul 2008 21:09:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F9ECE0398; Tue, 1 Jul 2008 21:09:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ED29DE0398 for ; Tue, 1 Jul 2008 21:09:57 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 991E8665D0 for ; Tue, 1 Jul 2008 21:09:57 +0000 (UTC) Received: from tomk by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KDn6n-0000xO-Aq for gentoo-commits@lists.gentoo.org; Tue, 01 Jul 2008 21:09:53 +0000 From: "Tom Knight (tomk)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomk@gentoo.org Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs: search.php X-VCS-Repository: gentoo-projects X-VCS-Files: search.php X-VCS-Directories: forums/htdocs X-VCS-Committer: tomk X-VCS-Committer-Name: Tom Knight Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tom Knight Date: Tue, 01 Jul 2008 21:09:53 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 531c3ac0-b71b-4f82-91df-595f51bc9191 X-Archives-Hash: dd68e70165302e2926adf7a844529d61 tomk 08/07/01 21:09:53 Modified: search.php Log: Removed stray braces Revision Changes Path 1.24 forums/htdocs/search.php file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs= /search.php?rev=3D1.24&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs= /search.php?rev=3D1.24&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs= /search.php?r1=3D1.23&r2=3D1.24 Index: search.php =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/search.php,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- search.php 1 Jul 2008 20:33:53 -0000 1.23 +++ search.php 1 Jul 2008 21:09:52 -0000 1.24 @@ -6,7 +6,7 @@ * copyright : (C) 2001 The phpBB Group * email : support@phpbb.com * - * $Id: search.php,v 1.23 2008/07/01 20:33:53 tomk Exp $ + * $Id: search.php,v 1.24 2008/07/01 21:09:52 tomk Exp $ * * ***********************************************************************= ****/ @@ -644,8 +644,7 @@ { message_die(GENERAL_ERROR, 'Could not delete old search id sessions',= '', __LINE__, __FILE__, $sql); } - } - } + // // Store new result data // --=20 gentoo-commits@lists.gentoo.org mailing list