/[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.25.2.17, Tue Jul 29 09:05:21 2008 UTC revision 1.25.2.18, Fri Aug 1 07:21:25 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: shoutbox.module,v 1.25.2.16 2008/07/24 08:03:14 disterics Exp $  // $Id: shoutbox.module,v 1.25.2.17 2008/07/29 09:05:21 disterics Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 845  function _shoutbox_block_view() { Line 845  function _shoutbox_block_view() {
845      'defaultNick' => $default_nick,      'defaultNick' => $default_nick,
846      'defaultMsg' => $default_msg,      'defaultMsg' => $default_msg,
847      'defaultUrl' => $default_url,      'defaultUrl' => $default_url,
848      'refreshPath' => base_path() .'shoutbox/js/view',      'refreshPath' => url('shoutbox/js/view'),
849    );    );
850    
851    drupal_add_js(array('shoutbox' => $js_settings), 'setting');    drupal_add_js(array('shoutbox' => $js_settings), 'setting');

Legend:
Removed from v.1.25.2.17  
changed lines
  Added in v.1.25.2.18

  ViewVC Help
Powered by ViewVC 1.1.2