1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Merge branch 'ticket/igorw/9556' into develop

* ticket/igorw/9556:
  [ticket/9556] Drop php closing tags, add trailing newline

Conflicts:
	phpBB/includes/constants.php
This commit is contained in:
Nils Adermann
2010-12-13 16:35:55 +01:00
474 changed files with 274 additions and 737 deletions

View File

@@ -3811,5 +3811,3 @@ class updater_db_tools
return $this->_sql_run_sql($statements);
}
}
?>