Posted by ZeldorBlat on 12/06/05 21:27
>Offensive Line:
>[PHP]
> $contents =
>preg_replace('/([\s\t]*\*+[\s\t]*@[vV][eE][rR][sS][iI][oO][nN][\s\t]+)'
>. str_replace('/', '\\/', preg_quote($oldversion)) . '([\n\r\s\t]*)/e',
>'$1' . $newversion . '$2', $contents);
>[/PHP]
Probably not the offending line...that didn't give me any syntax
errors. Perhaps the line before?
[Back to original message]
|