While reading the source of the FreeDB site plugin class (freedb.class.php)
(I'm creating a search plugin for eMusic.com), i noticed the following
piece of code (line 199)
$tracks = $this->parseTracks($entryBlock);
if(is_array($title_r))
{
$this->addItemAttribute('tracks', $tracks);
}
is it correct that you check if $title_r is an array while you are
processing the tracks? i guess it makes more sense if it would be
is_array($tracks), unless i missed something...
Jason Pell
None
1.5a3
Public
|
Date: 2008-02-05 12:12
|
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2008-02-05 12:12 | jasonpell |
| artifact_group_id | None | 2008-02-05 12:12 | jasonpell |
| assigned_to | nobody | 2008-02-05 12:12 | jasonpell |
| close_date | - | 2008-02-05 12:12 | jasonpell |