[MKDoc-commit] Added survey_end_date to reminder email.

sam at mkdoc.demon.co.uk sam at mkdoc.demon.co.uk
Mon May 22 03:20:52 BST 2006


Log Message:
-----------
Added survey_end_date to reminder email.

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/tools:
        ufi_survey_mailer.pl

-------------- next part --------------
Index: ufi_survey_mailer.pl
===================================================================
RCS file: /var/spool/cvs/mkd/tools/Attic/ufi_survey_mailer.pl,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -Ltools/ufi_survey_mailer.pl -Ltools/ufi_survey_mailer.pl -u -r1.1.2.11 -r1.1.2.12
--- tools/ufi_survey_mailer.pl
+++ tools/ufi_survey_mailer.pl
@@ -228,10 +228,12 @@
 
         print "    $user->{Email}\n";
 
-        UFI::MI::SurveyReminder->new(user                => $user, 
-                                     dbh                 => $dbh,
-                                     mi_survey_period_id => $current->{id}
-                                    )->send();
+        UFI::MI::SurveyReminder->new(
+                                   user                => $user, 
+                                   dbh                 => $dbh,
+                                   mi_survey_period_id => $current->{id},
+                                   survey_end_date     => $current->{end_date},
+        )->send();
     }
 }
 


More information about the MKDoc-commit mailing list