View Single Post
  #14  
Old 08-14-2006, 07:35 PM
 
alru111 alru111 is offline
 

eXpert
  
Join Date: Dec 2005
Posts: 244
 

Default

I beleive there is an error in one of the diffs

include/file_operations.php

diff is looking for
Code:
$top_message["content"] = func_get_langvar_by_name("msg_err_file_wrong"); $top_message["type"] = "E"; func_header_location($action_script.(!empty($dir) ? "?dir=$dir".$opener_str_end : $opener_str_begin));
...

in reality
Code:
$top_message["content"] = func_get_langvar_by_name("msg_err_file_wrong"); $top_message["type"] = "E";
...

Reply With Quote