aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_update.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-04 11:33:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-04 11:33:33 +0000
commit92f554e38aaf3c4d280c201d3a6521e519acfb47 (patch)
tree8a72a5f6ea7e5b42efeefe551b055e3605699750 /phpBB/install/install_update.php
parent303239afa44caa02709cf2f301e4fe39704f3383 (diff)
downloadforums-92f554e3.tar
forums-92f554e3.tar.gz
forums-92f554e3.tar.bz2
forums-92f554e3.tar.xz
forums-92f554e3.zip
deregister globals to install too
git-svn-id: file:///svn/phpbb/trunk@8130 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_update.php')
-rw-r--r--phpBB/install/install_update.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index 7b0e405a0f..1788d9aced 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -1,10 +1,10 @@
<?php
-/**
+/**
*
* @package install
* @version $Id$
-* @copyright (c) 2006 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+* @copyright (c) 2006 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* @todo check for writable cache/store/files directory
*/
@@ -419,7 +419,7 @@ class install_update extends module
// Add database update to log
add_log('admin', 'LOG_UPDATE_PHPBB', $this->current_version, $this->latest_version);
- // Refresh prosilver css data - this may cause some unhappy users, but
+ // Refresh prosilver css data - this may cause some unhappy users, but
$sql = 'SELECT *
FROM ' . STYLES_THEME_TABLE . "
WHERE theme_name = 'prosilver'";