thomascube
2008-02-06 58dd6ef88e40a00c07d62f9365fd8c380db4fbc1
Little fix for an unused feature :-)

1 files modified
2 ■■■ changed files
program/include/rcmail_template.inc 2 ●●● patch | view | raw | blame | history
program/include/rcmail_template.inc
@@ -358,7 +358,7 @@
   */
  function parse_with_globals($input)
  {
    $GLOBALS['__comm_path'] = urlencode($GLOBALS['COMM_PATH']);
    $GLOBALS['__comm_path'] = Q($GLOBALS['COMM_PATH']);
    return preg_replace('/\$(__[a-z0-9_\-]+)/e', '$GLOBALS["\\1"]', $input);
  }