Show
Ignore:
Timestamp:
08/31/08 08:57:33 (4 months ago)
Author:
vollmerk
Message:

remove lib/album.lib.php and move its two functions into album class, corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)

Files:
1 modified

Legend:

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

    r1663 r1730  
    641641                        if (count($results)) {  
    642642                                // Pull the string representation from the source 
    643                                 $image = get_image_from_source($results['0']);   
     643                                $image = Album::get_image_from_source($results['0']);   
    644644                                if (strlen($image) > '5') {  
    645645                                        $album->insert_art($image,$results['0']['mime']);