/[drupal]/contributions/modules/chatroom/chatroom.module
ViewVC logotype

Diff of /contributions/modules/chatroom/chatroom.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.71 by justinrandell, Sun Nov 22 09:59:03 2009 UTC revision 1.71.2.1 by justinrandell, Mon Nov 23 14:54:31 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: chatroom.module,v 1.63.2.62 2009/11/22 09:37:52 justinrandell Exp $  // $Id: chatroom.module,v 1.63.2.63 2009/11/23 14:53:58 justinrandell Exp $
3    
4  require_once dirname(__FILE__) . '/chatroom.forms.inc';  require_once dirname(__FILE__) . '/chatroom.forms.inc';
5  require_once dirname(__FILE__) . '/chatroom.theme.inc';  require_once dirname(__FILE__) . '/chatroom.theme.inc';
# Line 482  function chatroom_chat_get_message_count Line 482  function chatroom_chat_get_message_count
482   * Implementation of hook_view().   * Implementation of hook_view().
483   */   */
484  function chatroom_view($node, $teaser = FALSE, $page = FALSE) {  function chatroom_view($node, $teaser = FALSE, $page = FALSE) {
485      global $user;
486    
487    $node = node_prepare($node);    $node = node_prepare($node);
488    if (!$teaser && $page) {    if (!$teaser && $page) {
489      // if the user is banned, just tell them why      // if the user is banned, just tell them why

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.71.2.1

  ViewVC Help
Powered by ViewVC 1.1.3