From: Sam Reed Date: Wed, 18 Aug 2010 10:09:03 +0000 (+0000) Subject: Followup r71241 X-Git-Tag: 1.31.0-rc.0~35456 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=4ea2cfe8112f0c69cc7b251b5bd806946f0953c2;p=lhc%2Fweb%2Fwiklou.git Followup r71241 Another $bitField to $field --- diff --git a/includes/db/DatabaseOracle.php b/includes/db/DatabaseOracle.php index 4cdea739b4..eae997c9ef 100644 --- a/includes/db/DatabaseOracle.php +++ b/includes/db/DatabaseOracle.php @@ -1130,7 +1130,7 @@ class DatabaseOracle extends DatabaseBase { function bitNot( $field ) { // expecting bit-fields smaller than 4bytes - return 'BITNOT(' . $bitField . ')'; + return 'BITNOT(' . $field . ')'; } function bitAnd( $fieldLeft, $fieldRight ) {