Changeset 339
- Timestamp:
- 02/27/10 21:39:15 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
doc/CHANGELOG (modified) (1 diff)
-
mdb_request.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGELOG
r337 r339 7 7 ------------------- 8 8 ! imdb::releaseInfo() was also partly affected by the last IMDB site changes 9 ! another IMDB site change broke imdb::alsoknow() 9 10 10 11 v1.9.9 (24.02.2010) -
trunk/mdb_request.class.php
r236 r339 46 46 $this->BrowserEmulator(); 47 47 $this->urltoopen = $url; 48 if ( substr(get_class($this),0,4)=="imdb" ) $this->addHeaderLine('Referer','http://' . $this->imdbsite . '/'); 48 49 } 49 50 /** Send a request to the IMDB site
