View Single Post
  #33  
Old 01-25-2005, 06:45 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

I haven't tried this so just consider it a suggestion:

admin/html_catalog.php

change lines 360-361 from:
Code:
if ((filetype ($catdir["path"]."/".$file) != "dir")) { unlink ($catdir["path"]."/".$file);
to:
Code:
if ((filetype ($catdir["path"]."".$file) != "dir")) { unlink ($catdir["path"]."".$file);
Let me know how it goes?
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote