| 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 |
|
|
| 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']; |