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

Diff of /contributions/modules/station/station.module

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

revision 1.40, Tue Mar 25 00:46:48 2008 UTC revision 1.40.2.1, Thu Sep 24 18:37:23 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  define('STATION_CVS_ID', '$Id: station.module,v 1.39 2008/03/14 06:51:10 drewish Exp $');  define('STATION_CVS_ID', '$Id: station.module,v 1.40 2008/03/25 00:46:48 drewish Exp $');
4    
5  require_once(drupal_get_path('module', 'station') .'/dayhour.inc');  require_once(drupal_get_path('module', 'station') .'/dayhour.inc');
6    
# Line 467  function _station_send_notice($type, $op Line 467  function _station_send_notice($type, $op
467   * @param $data associative array with details like: nid, sid, uid.   * @param $data associative array with details like: nid, sid, uid.
468   */   */
469  function station_station_notice($type, $op, $data) {  function station_station_notice($type, $op, $data) {
470      // This is just debug code. Don't bother with it.
471      return;
472    
473    if ($type == 'dj') {    if ($type == 'dj') {
474      $pid = $data['program_nid'];      $pid = $data['program_nid'];
475      $uid = $data['uid'];      $uid = $data['uid'];

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.40.2.1

  ViewVC Help
Powered by ViewVC 1.1.2