Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Warning: preg_match(): #111

Closed
tobybreckon opened this issue May 20, 2021 · 1 comment
Closed

PHP Warning: preg_match(): #111

tobybreckon opened this issue May 20, 2021 · 1 comment

Comments

@tobybreckon
Copy link
Contributor

tobybreckon commented May 20, 2021

I get the following error:

[13-May-2021 03:01:45 America/Boise] PHP Warning:  preg_match(): Compilation failed: unmatched closing parenthesis at offset 5 in /my/path/to/bibtexbrowser.php on line XXX

where XXX is 1749 which in my version of bibtexbrowser.php is the line:

      return preg_match('/'.$phrase.'/i',$this->getConstants().' '.join(" ",$this->getFields()));

from within function hasPhrase().

Any ideas ? [Sorry, not a PHP programmer]

T.

@monperrus
Copy link
Owner

fixed in latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants