View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
04902Bug reportsTheme editorpublic2011-02-17 18:25
Reporterstarmonkey Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.91RC2 
Fixed in Version1.91RC4 
Summary04902: ADMINNAME and ADMINEMAIL missing from aReplacementVars
Description

I am writing my own notification template for a survey.

I expected ADMINNAME and ADMINEMAIL to be available to "sign off" the email, for example:

kind regards,<br />
{ADMINNAME}<br />
{ADMINEMAIL}<br />

Additional Information

Simple tweak to index.php's SendSubmitNotifications()

$aReplacementVars=array();

// SM 26Jan11: Adding adminname = adminemail to std response vars
$aReplacementVars['ADMINNAME'] = $thissurvey['adminname'];
$aReplacementVars['ADMINEMAIL'] = $thissurvey['adminemail'];

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)9672
I will donate to the project if issue is resolvedNo
BrowserFF 36
Database type & versionMySQL5
Server OS (if known)Windows7
Webserver software & version (if known)Apache2
PHP VersionPHP5

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2011-02-17 18:25

administrator   ~14240

1.91RC4 released

Issue History

Date Modified Username Field Change
2011-01-26 06:20 starmonkey New Issue
2011-01-26 23:46 c_schmitz Status new => resolved
2011-01-26 23:46 c_schmitz Fixed in Version => 1.91RC4
2011-01-26 23:46 c_schmitz Resolution open => fixed
2011-01-26 23:46 c_schmitz Assigned To => c_schmitz
2011-02-17 18:25 c_schmitz Note Added: 14240
2011-02-17 18:25 c_schmitz Status resolved => closed
2015-12-11 14:40 c_schmitz Category Templates => Theme editor