? .project
? getid3
? private_image_file.patch
Index: audio_images.theme
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/Attic/audio_images.theme,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 audio_images.theme
--- audio_images.theme	14 Aug 2006 20:26:54 -0000	1.1.2.2
+++ audio_images.theme	11 Jan 2007 23:20:03 -0000
@@ -38,13 +38,6 @@ function theme_audio_images_form(&$form)
  */
 function theme_audio_images($audio_images) {
   if ($image = audio_images_get($audio_images)) {
-    return "<div class='audio-image'>\n" . theme('audio_image', $image) . "\n</div>\n";
+    return "<div class='audio-image'>". theme('image', $image['filepath'], NULL, NULL) ."\n</div>\n";
   }
 }
-
-/**
- * Create an img tag
- */
-function theme_audio_image($image) {
-  return '<img src="' . base_path() . $image['filepath'] . '" height="' . $image['height'] . 'px" width="' . $image['width'] . 'px" />';
-}
