FishEye
Search
Changelog
Browse
Help
osCommerce
:/
branches
/
hpdl
/
oscommerce
/
includes
/
classes
/
database
/
mysqli.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
1865
1863
1845
1498
1497
1372
1321
1293
1290
1123
1122
1865
1863
1845
1498
1497
1372
1321
1293
1290
1123
1122
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
1290
1293
1293
mysqli.php
160
160
return @mysqli_affected_rows($this->link);
161
161
}
162
162
163
-
function startTransaction(
$
logging
=
false
) {
164
-
if
(
$
logging
=
=
=
true
)
{
165
-
$
this->logging_transaction = true;
166
-
}
163
+
function startTransaction() {
164
+
$this->logging_transaction = true;
167
165
168
166
if ($this->use_transactions === true) {
169
167
return @mysqli_autocommit($this->link, false);