Changeset 328
- Timestamp:
- 02/23/10 20:40:41 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
doc/CHANGELOG (modified) (1 diff)
-
imdb.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGELOG
r326 r328 22 22 + *_person::movies_writer() added to get writers filmography 23 23 ! imdb_person::born() and died() have been broken by IMDB changes again - fixed. 24 ! imdb::color() has been broken by IMDB changes - also fixed. 24 25 25 26 v1.9.8 (02.12.2009) -
trunk/imdb.class.php
r319 r328 326 326 if (empty($this->moviecolors)) { 327 327 if ($this->page["Title"] == "") $this->openpage ("Title"); 328 if (preg_match_all(" /\/List\?color-info.*?>\s*(.*?)</",$this->page["Title"],$matches))328 if (preg_match_all("|/search/title\?colors=.*?>\s*(.*?)<|",$this->page["Title"],$matches)) 329 329 $this->moviecolors = $matches[1]; 330 330 }
