mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 03:59:52 +02:00
[ticket/11700] Fix a few more comments
PHPBB3-11700
This commit is contained in:
@@ -185,7 +185,7 @@ class dev extends \phpbb\db\migration\migration
|
||||
|
||||
public function move_customise_modules()
|
||||
{
|
||||
// Move language management to new \location in the Customise tab
|
||||
// Move language management to new location in the Customise tab
|
||||
// First get language module id
|
||||
$sql = 'SELECT module_id FROM ' . MODULES_TABLE . "
|
||||
WHERE module_basename = 'acp_language'";
|
||||
|
@@ -65,7 +65,7 @@ class timezone extends \phpbb\db\migration\migration
|
||||
}
|
||||
|
||||
/**
|
||||
* Determine the new \timezone for a given phpBB 3.0 timezone and
|
||||
* Determine the new timezone for a given phpBB 3.0 timezone and
|
||||
* "Daylight Saving Time" option
|
||||
*
|
||||
* @param $timezone float Users timezone in 3.0
|
||||
|
Reference in New Issue
Block a user