X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fmysqlschema.php;h=485096ac425d4dea1dc48f7ab3d5cfb3040d1a83;hb=07f145049e8f0de848255d7b21ddb64866db0c83;hp=1f7c3d09269f40d5d1d33547216cd80d9d669fda;hpb=a020e230860358fc8b63cd56872bbad0446016e0;p=quix0rs-gnu-social.git diff --git a/lib/mysqlschema.php b/lib/mysqlschema.php index 1f7c3d0926..485096ac42 100644 --- a/lib/mysqlschema.php +++ b/lib/mysqlschema.php @@ -213,6 +213,7 @@ class MysqlSchema extends Schema $sql .= "); "; + common_log(LOG_INFO, $sql); $res = $this->conn->query($sql); if (PEAR::isError($res)) {