X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fmysqlschema.php;h=485096ac425d4dea1dc48f7ab3d5cfb3040d1a83;hb=31461e120f23416c8c4979805900e3018fb2a6fd;hp=1f7c3d09269f40d5d1d33547216cd80d9d669fda;hpb=509c8fc51589a4cc6a3281e012ce759ab9bed532;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)) {