diff options
| author | Hash9 <hash9@users.sourceforge.net> | 2006-07-26 22:45:30 +0000 |
|---|---|---|
| committer | Hash9 <hash9@users.sourceforge.net> | 2006-07-26 22:45:30 +0000 |
| commit | e4a219b620c013a2a0d9edfc8e1a142a53d74ec3 (patch) | |
| tree | c75711642d3fee9f673d32689a669c003d57ddb5 /BitBoardForum.php | |
| parent | b0591455ff887e82b17696c0eb4033a27cbc87a6 (diff) | |
| download | boards-e4a219b620c013a2a0d9edfc8e1a142a53d74ec3.tar.gz boards-e4a219b620c013a2a0d9edfc8e1a142a53d74ec3.tar.bz2 boards-e4a219b620c013a2a0d9edfc8e1a142a53d74ec3.zip | |
Add moderation of anon posts, and warnings for registered posts, also improve style support, and show details about the number unregistered posts to admins
Diffstat (limited to 'BitBoardForum.php')
| -rw-r--r-- | BitBoardForum.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BitBoardForum.php b/BitBoardForum.php index 25609b9..d9424db 100644 --- a/BitBoardForum.php +++ b/BitBoardForum.php @@ -1,7 +1,7 @@ <?php /** -* $Header: /cvsroot/bitweaver/_bit_boards/Attic/BitBoardForum.php,v 1.1 2006/07/12 17:00:32 hash9 Exp $ -* $Id: BitBoardForum.php,v 1.1 2006/07/12 17:00:32 hash9 Exp $ +* $Header: /cvsroot/bitweaver/_bit_boards/Attic/BitBoardForum.php,v 1.2 2006/07/26 22:45:29 hash9 Exp $ +* $Id: BitBoardForum.php,v 1.2 2006/07/26 22:45:29 hash9 Exp $ */ /** @@ -10,7 +10,7 @@ * * @date created 2004/8/15 * @author spider <spider@steelsun.com> -* @version $Revision: 1.1 $ $Date: 2006/07/12 17:00:32 $ $Author: hash9 $ +* @version $Revision: 1.2 $ $Date: 2006/07/26 22:45:29 $ $Author: hash9 $ * @class BitBoardBoard */ @@ -138,7 +138,7 @@ class BitBoardForum extends LibertyAttachable { INNER JOIN `".BIT_DB_PREFIX."liberty_content` lc ON( lc.`content_id` = b.`content_id` ) ORDER BY lc.`title` ASC"; - $result = $gBitDb->query( $query); + $result = $gBitDb->getAll( $query); $ret = array(); while( $res = $result->fetchRow() ) { $ret[] = $res; |
