Changeset 1730 for trunk/lib/class/catalog.class.php
- Timestamp:
- 08/31/08 08:57:33 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/class/catalog.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/class/catalog.class.php
r1663 r1730 641 641 if (count($results)) { 642 642 // Pull the string representation from the source 643 $image = get_image_from_source($results['0']);643 $image = Album::get_image_from_source($results['0']); 644 644 if (strlen($image) > '5') { 645 645 $album->insert_art($image,$results['0']['mime']);
