phpBB

Code Changes

File: phpbb/db/extractor/mysql_extractor.php

  Unmodified   Added   Modified   Removed
Line 87Line 87
	*
* @param string $table_name name of the database table
* @return null

	*
* @param string $table_name name of the database table
* @return null

	* @throws \phpbb\db\extractor\exception\extractor_not_initialized_exception when calling this function before init_extractor()

	* @throws extractor_not_initialized_exception when calling this function before init_extractor()

	*/
protected function write_data_mysqli($table_name)
{

	*/
protected function write_data_mysqli($table_name)
{

Line 177Line 177
	*
* @param string $table_name name of the database table
* @return null

	*
* @param string $table_name name of the database table
* @return null

	* @throws \phpbb\db\extractor\exception\extractor_not_initialized_exception when calling this function before init_extractor()

	* @throws extractor_not_initialized_exception when calling this function before init_extractor()

	*/
protected function new_write_table($table_name)
{

	*/
protected function new_write_table($table_name)
{

Line 202Line 202
	*
* @param string $table_name name of the database table
* @return null

	*
* @param string $table_name name of the database table
* @return null

	* @throws \phpbb\db\extractor\exception\extractor_not_initialized_exception when calling this function before init_extractor()

	* @throws extractor_not_initialized_exception when calling this function before init_extractor()

	*/
protected function old_write_table($table_name)
{

	*/
protected function old_write_table($table_name)
{