diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2007-02-14 08:19:27 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2007-02-14 08:19:27 +0000 |
| commit | 183c9a535cae5876c5c2b15ff96e706f2b22c194 (patch) | |
| tree | 8d61f6f04a6c7dba7890b87fafff53b5d86fe29e /index.php | |
| parent | 9c721836a9f44c6aefc1b8067d241edc4fe8d2bc (diff) | |
| download | boards-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +?> |
