mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-01-26 08:22:19 +01:00
If the non-capturing group which contains the last two capture groups of the expression is not matched, the indexes are not defined in the match result, causing a warning. Avoid this using isset() before access. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>