Changeset 1738

Show
Ignore:
Timestamp:
09/02/08 17:22:05 (3 months ago)
Author:
momo-i
Message:

fixed ids to song_ids

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/class/song.class.php

    r1736 r1738  
    7979        public static function build_cache($song_ids) { 
    8080 
    81                 if ($ids) { 
     81                if ($song_ids) { 
    8282                        $idlist = '(' . implode(',', $song_ids) . ')'; 
    8383