mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/migrations] Update phpbb_db_migration class for PHP 5.3.3
PHPBB3-9737
This commit is contained in:
@@ -24,7 +24,7 @@ if (!defined('IN_PHPBB'))
|
||||
*
|
||||
* @package db
|
||||
*/
|
||||
class phpbb_db_migration
|
||||
abstract class phpbb_db_migration
|
||||
{
|
||||
protected $config;
|
||||
protected $db;
|
||||
@@ -88,7 +88,7 @@ class phpbb_db_migration
|
||||
*/
|
||||
protected function sql_query($sql)
|
||||
{
|
||||
if (defined('DEBUG_EXTRA'))
|
||||
if (defined('DEBUG'))
|
||||
{
|
||||
echo "<br />\n{$sql}\n<br />";
|
||||
}
|
||||
|
Reference in New Issue
Block a user