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

Diff of /contributions/modules/shoutbox/shoutbox.module

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

revision 1.18.2.24, Tue Jul 29 09:05:00 2008 UTC revision 1.18.2.25, Fri Aug 1 07:22:07 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: shoutbox.module,v 1.18.2.23 2008/07/13 09:59:58 disterics Exp $  // $Id: shoutbox.module,v 1.18.2.24 2008/07/29 09:05:00 disterics Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 882  function _shoutbox_block_view() { Line 882  function _shoutbox_block_view() {
882      'defaultNick' => $default_nick,      'defaultNick' => $default_nick,
883      'defaultMsg' => $default_msg,      'defaultMsg' => $default_msg,
884      'defaultUrl' => $default_url,      'defaultUrl' => $default_url,
885      'refreshPath' => $base_path .'shoutbox/js/view',      'refreshPath' => url('shoutbox/js/view'),
886    );    );
887    drupal_add_js(array('shoutbox' => $js_settings), 'setting');    drupal_add_js(array('shoutbox' => $js_settings), 'setting');
888    

Legend:
Removed from v.1.18.2.24  
changed lines
  Added in v.1.18.2.25

  ViewVC Help
Powered by ViewVC 1.1.2