Changeset 2716477
- Timestamp:
- 04/29/2022 07:24:07 PM (4 years ago)
- File:
-
- 1 edited
-
hyperdb/trunk/db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hyperdb/trunk/db.php
r2625068 r2716477 235 235 236 236 $this->use_mysqli = $this->should_use_mysqli(); 237 if ( $this->use_mysqli ) { 238 mysqli_report( MYSQLI_REPORT_OFF ); 239 } 237 240 238 241 $this->init_charset();
Note: See TracChangeset
for help on using the changeset viewer.