Index: archive/scripts/ripper.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/station/archive/scripts/ripper.php,v
retrieving revision 1.11
diff -u -p -r1.11 ripper.php
--- archive/scripts/ripper.php	13 Sep 2010 18:54:05 -0000	1.11
+++ archive/scripts/ripper.php	20 Sep 2010 20:48:24 -0000
@@ -48,7 +48,7 @@ $length = ($end_time - time()) + (int) $
 
 // Download the stream
 $stream_url = $settings['stream_url'];
-$file_format = drupal_strtolower($settings['file_format']);
+$file_format = strtolower($settings['file_format']);
 exec("{$streamripper} {$stream_url} -s -d {$import_dir} -A -l {$length} -a {$start_time}.{$file_format} --quiet");
 
 // stream ripper creates the .cue file. we'll use its absence as a signal
