From: "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs: search.php
Date: Tue, 18 Aug 2009 05:38:52 +0000 [thread overview]
Message-ID: <E1MdHPI-0000Ih-AJ@stork.gentoo.org> (raw)
robbat2 09/08/18 05:38:52
Modified: search.php
Log:
Missing semicolon.
Revision Changes Path
1.29 forums/htdocs/search.php
file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?r1=1.28&r2=1.29
Index: search.php
===================================================================
RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/search.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -p -w -b -B -u -u -r1.28 -r1.29
--- search.php 18 Aug 2009 05:36:32 -0000 1.28
+++ search.php 18 Aug 2009 05:38:52 -0000 1.29
@@ -6,7 +6,7 @@
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
- * $Id: search.php,v 1.28 2009/08/18 05:36:32 robbat2 Exp $
+ * $Id: search.php,v 1.29 2009/08/18 05:38:52 robbat2 Exp $
*
*
***************************************************************************/
@@ -643,8 +643,7 @@ else if ( $search_keywords != '' || $sea
// 2009-08-17 robbat2 - use a JOIN to get 100% index hitrate.
$sql = 'DELETE sr FROM ' . SEARCH_TABLE . ' sr
LEFT JOIN ' . SESSIONS_TABLE . ' se USING (session_id)
- WHERE se.session_id IS NULL;'
-
+ WHERE se.session_id IS NULL;';
if ( ! ($result = $db->sql_query($sql)) )
{
// hackity hack hack
next reply other threads:[~2009-08-18 5:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-18 5:38 Robin H. Johnson (robbat2) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-07-23 6:49 [gentoo-commits] gentoo-projects commit in forums/htdocs: search.php Dean Stephens (desultory)
2009-08-18 5:36 Robin H. Johnson (robbat2)
2008-07-01 21:59 Tom Knight (tomk)
2008-07-01 21:35 Tom Knight (tomk)
2008-07-01 21:09 Tom Knight (tomk)
2008-07-01 20:33 Tom Knight (tomk)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MdHPI-0000Ih-AJ@stork.gentoo.org \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox