PMCORE-3989

This commit is contained in:
paulis
2022-09-19 17:53:16 -04:00
parent 21e4cef6a6
commit a08590e547

View File

@@ -465,7 +465,7 @@ class DB
* *
* @return boolean whether $query is a data manipulation query * @return boolean whether $query is a data manipulation query
*/ */
function isManip($query) public static function isManip($query)
{ {
$manips = 'INSERT|UPDATE|DELETE|LOAD DATA|'.'REPLACE|CREATE|DROP|'. $manips = 'INSERT|UPDATE|DELETE|LOAD DATA|'.'REPLACE|CREATE|DROP|'.
'ALTER|GRANT|REVOKE|'.'LOCK|UNLOCK'; 'ALTER|GRANT|REVOKE|'.'LOCK|UNLOCK';