Changeset 411 in t29-www for lib/mail/mailer.php


Ignore:
Timestamp:
May 21, 2013, 7:27:14 PM (11 years ago)
Author:
sven
Message:

Terminanmeldung: Weiterer Bugfix im Programm, Designfix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/mail/mailer.php

    r410 r411  
    220220                        // make string replacements
    221221                        $mailer = $this; // PHP 5.3 convenience
    222                         return preg_replace_callback("/\{([^}]+)\}/", function($match) using($mailer) {
     222                        return preg_replace_callback("/\{([^}]+)\}/", function($match) use ($mailer) {
    223223                                $identifier = $match[1];
    224224                                return isset($mailer->_values[$identifier])
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License