Notification validate mail not saved to the DB

Nr. 18 - June 19, 2009 - 13:47
Project:LDAP provisioning
Version:6.x-1.0-alpha2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

The Notification mail for validating your email address isn't working, there is a spelling mistake in the ldapprov.admin.inc as line: 381

<?php
      variable_set
('ldapprov_mail_code_body', $values['ldapprov_mail_codee_body']);
?>

Should be

<?php
      variable_set
('ldapprov_mail_code_body', $values['ldapprov_mail_code_body']);
?>

#1

miglius - July 4, 2009 - 21:51
Status:needs review» fixed

This is already fixed in the dev version.

#2

System Message - July 18, 2009 - 22:00
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.