On Sun, 18 Apr 2004, Nuno Lopes wrote: > > +/* Checks if translated file is updated */ > > +if ($lang != 'en' && !isset($using_fallback)) { > > + > > + if (preg_match('$Revision: 1.88 $', $file_revision, $matches)) { > > + $lang_rev = $matches[1]; > > + } else { > > + $lang_rev = 0; > > + } > > > Problems here! Any idea about how to escape the preg_match so that CVS won't > touch it?
'$'. 'Revision.... Derick