/[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.5, Tue May 27 21:42:25 2008 UTC revision 1.6, Sun Dec 14 13:19:15 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: undisposable.module,v 1.4 2008/05/04 19:47:30 mustafau Exp $  // $Id: undisposable.module,v 1.5 2008/05/27 21:42:25 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.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2