FishEye
Search
Changelog
Browse
Help
osCommerce
:/
branches
/
hpdl
/
oscommerce
/.../
includes
/
applications
/
administrators
/
classes
/
administrators.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
1863
1851
1850
1497
1491
1446
1392
1391
1374
1329
1295
1200
1863
1851
1850
1497
1491
1446
1392
1391
1374
1329
1295
1200
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
1391
1446
1446
administrators.php
142
142
if ( $error === false ) {
143
143
$osC_Database->commitTransaction();
144
144
145
-
return
true
;
145
+
return
1
;
146
146
} else {
147
147
$osC_Database->rollbackTransaction();
148
148
149
-
return
false
;
149
+
return
-
1
;
150
150
}
151
151
} else {
152
-
return -
1
;
152
+
return -
2
;
153
153
}
154
154
}
155
155