phpBB

Code Changes

File: phpbb/db/driver/mssql_base.php

  Unmodified   Added   Modified   Removed
Line 75Line 75
	function _sql_custom_build($stage, $data)
{
return $data;

	function _sql_custom_build($stage, $data)
{
return $data;

 
	}

/**
* {@inheritDoc}
*/
function sql_quote($msg)
{
return '"' . $msg . '"';

	}
}


	}
}