diff options
| author | wjames5 <will@tekimaki.com> | 2009-05-01 15:53:15 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-05-01 15:53:15 +0000 |
| commit | ec6821dc96848fb9e62e0e3ffaa2f8583b4074b8 (patch) | |
| tree | 138963a52c4748a7868e4afcd72993f192d80a62 | |
| parent | 69076a6d75787b69ec8c2d953d62a7ed20cd9211 (diff) | |
| download | boards-ec6821dc96848fb9e62e0e3ffaa2f8583b4074b8.tar.gz boards-ec6821dc96848fb9e62e0e3ffaa2f8583b4074b8.tar.bz2 boards-ec6821dc96848fb9e62e0e3ffaa2f8583b4074b8.zip | |
remove random references to pageExists that shouldnt be there
| -rw-r--r-- | BitBoard.php | 7 | ||||
| -rw-r--r-- | BitBoardPost.php | 7 | ||||
| -rw-r--r-- | BitBoardTopic.php | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/BitBoard.php b/BitBoard.php index 9f39a84..4554237 100644 --- a/BitBoard.php +++ b/BitBoard.php @@ -1,13 +1,13 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_boards/BitBoard.php,v 1.60 2009/03/26 19:43:46 tekimaki_admin Exp $ - * $Id: BitBoard.php,v 1.60 2009/03/26 19:43:46 tekimaki_admin Exp $ + * $Header: /cvsroot/bitweaver/_bit_boards/BitBoard.php,v 1.61 2009/05/01 15:53:15 wjames5 Exp $ + * $Id: BitBoard.php,v 1.61 2009/05/01 15:53:15 wjames5 Exp $ * * BitBoard class to illustrate best practices when creating a new bitweaver package that * builds on core bitweaver functionality, such as the Liberty CMS engine * * @author spider <spider@steelsun.com> - * @version $Revision: 1.60 $ $Date: 2009/03/26 19:43:46 $ $Author: tekimaki_admin $ + * @version $Revision: 1.61 $ $Date: 2009/05/01 15:53:15 $ $Author: wjames5 $ * @package boards */ @@ -607,7 +607,6 @@ WHERE map.`board_content_id`=lc.`content_id` AND ((s_lc.`user_id` < 0) AND (s.`i /** * Generates the URL to the bitboard page - * @param pExistsHash the hash that was returned by LibertyContent::pageExists * @return the link to display the page. */ function getDisplayUrl( $pBitBoardId = NULL, $pParamHash = NULL ) { diff --git a/BitBoardPost.php b/BitBoardPost.php index 228d6e8..1a3caad 100644 --- a/BitBoardPost.php +++ b/BitBoardPost.php @@ -1,13 +1,13 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_boards/BitBoardPost.php,v 1.41 2009/03/17 20:23:21 wjames5 Exp $ - * $Id: BitBoardPost.php,v 1.41 2009/03/17 20:23:21 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_boards/BitBoardPost.php,v 1.42 2009/05/01 15:53:15 wjames5 Exp $ + * $Id: BitBoardPost.php,v 1.42 2009/05/01 15:53:15 wjames5 Exp $ * * Messageboards class to illustrate best practices when creating a new bitweaver package that * builds on core bitweaver functionality, such as the Liberty CMS engine * * @author spider <spider@steelsun.com> - * @version $Revision: 1.41 $ $Date: 2009/03/17 20:23:21 $ $Author: wjames5 $ + * @version $Revision: 1.42 $ $Date: 2009/05/01 15:53:15 $ $Author: wjames5 $ * @package boards */ @@ -348,7 +348,6 @@ class BitBoardPost extends LibertyComment { /** * Generates the URL to the bitboard page - * @param pExistsHash the hash that was returned by LibertyMime::pageExists * @return the link to display the page. */ function getDisplayUrl( $pCommentId=NULL, $pTopicId=NULL ) { diff --git a/BitBoardTopic.php b/BitBoardTopic.php index 83ffe31..0109537 100644 --- a/BitBoardTopic.php +++ b/BitBoardTopic.php @@ -1,13 +1,13 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_boards/BitBoardTopic.php,v 1.62 2009/02/04 17:42:00 tekimaki_admin Exp $ - * $Id: BitBoardTopic.php,v 1.62 2009/02/04 17:42:00 tekimaki_admin Exp $ + * $Header: /cvsroot/bitweaver/_bit_boards/BitBoardTopic.php,v 1.63 2009/05/01 15:53:15 wjames5 Exp $ + * $Id: BitBoardTopic.php,v 1.63 2009/05/01 15:53:15 wjames5 Exp $ * * Messageboards class to illustrate best practices when creating a new bitweaver package that * builds on core bitweaver functionality, such as the Liberty CMS engine * * @author spider <spider@steelsun.com> - * @version $Revision: 1.62 $ $Date: 2009/02/04 17:42:00 $ $Author: tekimaki_admin $ + * @version $Revision: 1.63 $ $Date: 2009/05/01 15:53:15 $ $Author: wjames5 $ * @package boards */ @@ -478,7 +478,6 @@ class BitBoardTopic extends LibertyMime { /** * Generates the URL to the bitboard page - * @param pExistsHash the hash that was returned by LibertyMime::pageExists * @return the link to display the page. */ function getDisplayUrl( $pTopicId=NULL ) { |
