X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2FSqlDataUpdate.php;h=51188d85c9929fcbe83ba10ccdb840b42bd61803;hb=4bd5471ca3d1da1b3e9aa351323efb73cc4a8c44;hp=79dcdc5918bfaa59fd9973a255e7b6799e2d5fa7;hpb=aa7ab7328a600b4fbb5652bf233743cf89f5d51f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SqlDataUpdate.php b/includes/SqlDataUpdate.php index 79dcdc5918..51188d85c9 100644 --- a/includes/SqlDataUpdate.php +++ b/includes/SqlDataUpdate.php @@ -56,7 +56,7 @@ abstract class SqlDataUpdate extends DataUpdate { $this->mOptions = array( 'FOR UPDATE' ); } - // @todo: get connection only when it's needed? make sure that doesn't break anything, especially transactions! + // @todo get connection only when it's needed? make sure that doesn't break anything, especially transactions! $this->mDb = wfGetDB( DB_MASTER ); $this->mWithTransaction = $withTransaction;