Changeset 80 in subversion for trunk/roundcubemail/program/include/main.inc


Ignore:
Timestamp:
Nov 6, 2005 7:32:57 PM (8 years ago)
Author:
roundcube
Message:

Minor bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r76 r80  
    574574function parse_with_globals($input) 
    575575  { 
     576  $GLOBALS['__comm_path'] = $GLOBALS['COMM_PATH']; 
    576577  $output = preg_replace('/\$(__[a-z0-9_\-]+)/e', '$GLOBALS["\\1"]', $input); 
    577578  return $output; 
Note: See TracChangeset for help on using the changeset viewer.