[
https://issues.apache.org/jira/browse/VCL-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15310558#comment-15310558
]
ASF subversion and git services commented on VCL-936:
-----------------------------------------------------
Commit 1746485 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1746485 ]
VCL-936 - cannot update management node sysadmin or shadow email addresses
managementnode.php: modified AJsaveResource: added array $esc that contains
mysql_real_escape_string data for sysadminemail and sharedmailbox
> cannot update management node sysadmin or shadow email addresses
> ----------------------------------------------------------------
>
> Key: VCL-936
> URL: https://issues.apache.org/jira/browse/VCL-936
> Project: VCL
> Issue Type: Bug
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.5
>
>
> When editing information about a management node, there is an error when
> trying to update the sysadmin or shadow email addresses. The AJsaveResource
> function in managementnode.php references an array named $esc, but it is not
> defined. Adding the following to at the top of the first else block in the
> function fixes the problem:
> $esc = array('sysadminemail' =>
> mysql_real_escape_string($data['sysadminemail']),
> 'sharedmailbox' => mysql_real_escape_string($data['sharedmailbox']));
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)