mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-12 00:31:05 -04:00
The error path was missing the /g flag on the regex replacing ? with %s, so only the first placeholder was replaced. It also dumped bind values as a space-separated string instead of using sprintf to substitute them into the query. Now matches the existing debug path pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>