Changeset 1557

Show
Ignore:
Timestamp:
09/03/06 18:53:02 (2 years ago)
Author:
mbonetti
Message:

how about this?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/dist/convert.php

    r1556 r1557  
    3030                    if(is_array($matches)) { 
    3131                        foreach($matches as $match) { 
    32                             preg_replace($match, '__(' . eval('echo ' . $match . ';') . ')', $line); 
     32                            preg_replace($match, '__("' . eval('echo ' . $match . ';') . '")', $line); 
    3333                        } 
    3434                    }