summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorbitweaver.org <bitweaver@users.sourceforge.net>2007-02-14 08:19:27 +0000
committerbitweaver.org <bitweaver@users.sourceforge.net>2007-02-14 08:19:27 +0000
commit183c9a535cae5876c5c2b15ff96e706f2b22c194 (patch)
tree8d61f6f04a6c7dba7890b87fafff53b5d86fe29e /index.php
parent9c721836a9f44c6aefc1b8067d241edc4fe8d2bc (diff)
downloadboards-183c9a535cae5876c5c2b15ff96e706f2b22c194.tar.gz
boards-183c9a535cae5876c5c2b15ff96e706f2b22c194.tar.bz2
boards-183c9a535cae5876c5c2b15ff96e706f2b22c194.zip
generalize concat SQL, fix missing GROUP BY
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 03859c1..2cf2066 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_boards/index.php,v 1.2 2006/07/12 16:57:33 hash9 Exp $
+// $Header: /cvsroot/bitweaver/_bit_boards/index.php,v 1.3 2007/02/14 08:19:27 bitweaver Exp $
// Copyright (c) 2004 bitweaver Messageboards
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
@@ -17,4 +17,4 @@ if (!empty($_REQUEST['t'])) {
require( BITBOARDS_PKG_PATH.'board.php' );
}
-?> \ No newline at end of file
+?>