Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 510 → Rev 511

/trunk/plugins/database/mysqli/OIDplusQueryResultMySQLNoNativeDriver.class.php
2,7 → 2,7
 
/*
* OIDplus 2.0
* Copyright 2019 Daniel Marschall, ViaThinkSoft
* Copyright 2019 - 2021 Daniel Marschall, ViaThinkSoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
17,6 → 17,8
* limitations under the License.
*/
 
if (!defined('INSIDE_OIDPLUS')) die();
 
class OIDplusQueryResultMySQLNoNativeDriver extends OIDplusQueryResult {
// Based on https://www.php.net/manual/de/mysqli-stmt.get-result.php#113398