I see sugarCRM 4.5.0f (Build 1202)
have a bug, when download a file from NOTE
and i see the solution is
===============================================
in file download.php
in line 49
have this:
$query = "SELECT *,filename FROM notes WHERE id = '" . $_REQUEST['id'] ."'";
you can change with this line
$query = "SELECT *,filename AS name FROM notes WHERE id = '" . $_REQUEST['id'] ."'";
and solution problem download filename


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks