aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/timezone.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
commitd905358e2be11cc3fe040036b1138e54be7f30dc (patch)
tree50fb4519de4dd74a3bbdc840efbafb94daffbdc0 /phpBB/phpbb/db/migration/data/v310/timezone.php
parent8b8ba3d7ac45447f82fe43e50a0d6c921922d214 (diff)
downloadforums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.gz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.bz2
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.xz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.zip
[ticket/11700] Fix leftover backslashes in comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310/timezone.php')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/timezone.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/timezone.php b/phpBB/phpbb/db/migration/data/v310/timezone.php
index e3b1912049..dd0c6a2093 100644
--- a/phpBB/phpbb/db/migration/data/v310/timezone.php
+++ b/phpBB/phpbb/db/migration/data/v310/timezone.php
@@ -70,7 +70,7 @@ class timezone extends \phpbb\db\migration\migration
*
* @param $timezone float Users timezone in 3.0
* @param $dst int Users daylight saving time
- * @return string Users new \php Timezone which is used since 3.1
+ * @return string Users new php Timezone which is used since 3.1
*/
public function convert_phpbb30_timezone($timezone, $dst)
{