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

Diff of /contributions/modules/undisposable/undisposable.module

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

revision 1.3.2.1, Tue May 27 21:28:44 2008 UTC revision 1.3.2.2, Sun Dec 14 13:18:42 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: undisposable.module,v 1.3 2008/04/22 13:14:00 mustafau Exp $  // $Id: undisposable.module,v 1.3.2.1 2008/05/27 21:28:44 mustafau Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 96  function _undisposable($op, $arg) { Line 96  function _undisposable($op, $arg) {
96    }    }
97    
98    $respond = drupal_http_request($uri . $arg, array());    $respond = drupal_http_request($uri . $arg, array());
99    return @unserialize($respont->data);    return @unserialize($respond->data);
100  }  }

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

  ViewVC Help
Powered by ViewVC 1.1.2