View Single Post
  #15  
Old 08-14-2006, 08:18 PM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default

Quote:
Originally Posted by alru111
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";
...


I think you're looking at the wrong location in the file. The diff refers to line 495 which looks just fine. You may be looking at line 461.
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote