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

Diff of /contributions/modules/twitter/twitter.module

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

revision 1.3.2.13, Thu Jul 2 14:18:11 2009 UTC revision 1.3.2.14, Thu Jul 2 14:54:18 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: twitter.module,v 1.3.2.12 2009/04/09 14:34:26 eaton Exp $  // $Id: twitter.module,v 1.3.2.13 2009/07/02 14:18:11 eaton Exp $
3    
4  /**  /**
5   * Implementation of hook_meu()   * Implementation of hook_meu()
# Line 105  function twitter_form_alter(&$form, $for Line 105  function twitter_form_alter(&$form, $for
105   *   *
106   * Intercepts newly published nodes and posts noticed to Twitter.   * Intercepts newly published nodes and posts noticed to Twitter.
107   */   */
108  function twitter_nodeapi(&$node, $op, $a1) {  function twitter_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
109    module_load_include('inc', 'twitter');    module_load_include('inc', 'twitter');
110    
111    switch ($op) {    switch ($op) {

Legend:
Removed from v.1.3.2.13  
changed lines
  Added in v.1.3.2.14

  ViewVC Help
Powered by ViewVC 1.1.2