/[drupal]/contributions/modules/shoutbox/shoutbox.pages.inc
ViewVC logotype

Diff of /contributions/modules/shoutbox/shoutbox.pages.inc

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

revision 1.1.2.3, Tue Jun 3 09:08:20 2008 UTC revision 1.1.2.4, Tue Jul 29 09:05:21 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: shoutbox.pages.inc,v 1.1.2.2 2008/05/20 03:04:48 disterics Exp $  // $Id: shoutbox.pages.inc,v 1.1.2.3 2008/06/03 09:08:20 disterics Exp $
3    
4  /**  /**
5   * @file   * @file
6   * Page callbacks for the shoutbox module.   * Page callbacks for the shoutbox module.
7   */   */
8    
9  /**  /**
10   *  Shout Deletion callbacks   *  Shout Deletion callbacks
11   */   */
12    
# Line 28  function theme_shoutbox_delete_form($sho Line 28  function theme_shoutbox_delete_form($sho
28  }  }
29    
30  /**  /**
31   * Display a confirmation page for publsihing   * Display a confirmation page for publsihing
32   * a moderated shout.   * a moderated shout.
33   *   *
34   * @param shout_id   * @param shout_id
# Line 60  function theme_shoutbox_unpublish_form($ Line 60  function theme_shoutbox_unpublish_form($
60    $output .= drupal_get_form('shoutbox_unpublish_form', $shout);    $output .= drupal_get_form('shoutbox_unpublish_form', $shout);
61    return $output;    return $output;
62  }  }
63    
64    

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2