Changeset 80 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- Nov 6, 2005 7:32:57 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r76 r80 574 574 function parse_with_globals($input) 575 575 { 576 $GLOBALS['__comm_path'] = $GLOBALS['COMM_PATH']; 576 577 $output = preg_replace('/\$(__[a-z0-9_\-]+)/e', '$GLOBALS["\\1"]', $input); 577 578 return $output;
Note: See TracChangeset
for help on using the changeset viewer.
