Changeset 1738
- Timestamp:
- 09/02/08 17:22:05 (3 months ago)
- Files:
-
- 1 modified
-
trunk/lib/class/song.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/class/song.class.php
r1736 r1738 79 79 public static function build_cache($song_ids) { 80 80 81 if ($ ids) {81 if ($song_ids) { 82 82 $idlist = '(' . implode(',', $song_ids) . ')'; 83 83
