Changeset 1557
- Timestamp:
- 09/03/06 18:53:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/dist/convert.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/dist/convert.php
r1556 r1557 30 30 if(is_array($matches)) { 31 31 foreach($matches as $match) { 32 preg_replace($match, '__( ' . eval('echo ' . $match . ';') . ')', $line);32 preg_replace($match, '__("' . eval('echo ' . $match . ';') . '")', $line); 33 33 } 34 34 }
