Show
Ignore:
Timestamp:
08/31/08 08:41:30 (4 months ago)
Author:
vollmerk
Message:

forgot to delete line

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/class/localplay.abstract.php

    r1728 r1729  
    9696                $primary_array = array('song','demo_id','random');   
    9797 
    98                 // Delete everything before the first ?  
    99                 $file = preg_replace("/.*\?(.+)/",'$1',$url); 
    100  
    10198                $variables = parse_url($url,PHP_URL_QUERY);  
    10299                parse_str($variables,$data);