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

Diff of /contributions/modules/conference_organizing/conference_organizing.module

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

revision 1.5, Thu Aug 9 23:52:45 2007 UTC revision 1.6, Fri Sep 7 01:07:23 2007 UTC
# Line 1  Line 1 
1  <?php // $Id: conference_organizing.module,v 1.4 2007/08/02 22:52:16 zacker Exp $  <?php // $Id: conference_organizing.module,v 1.5 2007/08/09 23:52:45 zacker Exp $
2    
3  /**  /**
4   *  @file   *  @file
# Line 2720  function conference_organizing_schedule( Line 2720  function conference_organizing_schedule(
2720      $form['schedule'][$display_date] = array(      $form['schedule'][$display_date] = array(
2721        '#type' => 'tabpage',        '#type' => 'tabpage',
2722        '#title' => $display_date,        '#title' => $display_date,
2723        '#content' => views_build_view('page', views_get_view('cod_schedule'), array($conference->nid, format_date($day_stamp, 'custom', 'Y-m-d'))),        '#content' => views_build_view('page', views_get_view('cod_schedule'), array($conference->nid, date('Y-m-d', $day_stamp))),
2724      );      );
2725    }    }
2726    if ($form['schedule'] == array('#type' => 'tabset')) {    if ($form['schedule'] == array('#type' => 'tabset')) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2