mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/migrations] Update phpbb_db_migration class for PHP 5.3.3
PHPBB3-9737
This commit is contained in:
parent
6c44dadecb
commit
ced035788b
1 changed files with 2 additions and 2 deletions
|
@ -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 />";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue