/reporting/includes/pdf_report.inc
# Fixed multipart mail structure
$ /reporting/includes/class.mail.inc
+# Enabled javascript updates on ajax _page_body refresh
+$ /includes/ajax.inc
06-Nov-2010 Janusz Dobrowolski
# [0000274] Contact edition failed after last security fixes in RC2
if($com['n'] == 'up' && $com['t'] == '_page_body') {
$cmds = array($com);
foreach( $this->aCommands as $k=> $cmd) {
- if ($cmd['n'] == 'fc') { // save focus
+ if ($cmd['n'] == 'fc' || $cmd['n'] == 'js') { // save focus
$cmds[] = $cmd; //break;
}
}