public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tom Knight (tomk)" <tomk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs: search.php
Date: Tue, 01 Jul 2008 21:59:29 +0000	[thread overview]
Message-ID: <E1KDnsn-0001RB-9m@stork.gentoo.org> (raw)

tomk        08/07/01 21:59:29

  Modified:             search.php
  Log:
  quick hack for now

Revision  Changes    Path
1.26                 forums/htdocs/search.php

file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/search.php?r1=1.25&r2=1.26

Index: search.php
===================================================================
RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/search.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- search.php	1 Jul 2008 21:35:21 -0000	1.25
+++ search.php	1 Jul 2008 21:59:28 -0000	1.26
@@ -6,7 +6,7 @@
  *   copyright            : (C) 2001 The phpBB Group
  *   email                : support@phpbb.com
  *
- *   $Id: search.php,v 1.25 2008/07/01 21:35:21 tomk Exp $
+ *   $Id: search.php,v 1.26 2008/07/01 21:59:28 tomk Exp $
  *
  *
  ***************************************************************************/
@@ -642,7 +642,8 @@
 			WHERE session_id NOT IN (SELECT session_id FROM " . SESSIONS_TABLE . ")";
 		if ( ! ($result = $db->sql_query($sql)) )
 		{
-			message_die(GENERAL_ERROR, 'Could not delete old search id sessions', '', __LINE__, __FILE__, $sql);
+			// hackity hack hack
+			//message_die(GENERAL_ERROR, 'Could not delete old search id sessions', '', __LINE__, __FILE__, $sql);
 		}
 
 		//



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-07-01 21:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-01 21:59 Tom Knight (tomk) [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:38 Robin H. Johnson (robbat2)
2009-08-18  5:36 Robin H. Johnson (robbat2)
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=E1KDnsn-0001RB-9m@stork.gentoo.org \
    --to=tomk@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