mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
* Missing open statement Missing open statement ``` $view['sql'] .= "); \n"; ``` * Double SELECT will break query Double SELECT break query * Forgot update version Forgot update version * No matching ( No matching opening ``` FROM v_contacts as c ); ```