projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a75dfff
)
Fix
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 4 Dec 2012 19:46:39 +0000
(20:46 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 4 Dec 2012 19:46:39 +0000
(20:46 +0100)
wcfsetup/install/files/acp/install.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/install.php
b/wcfsetup/install/files/acp/install.php
index 8447d918f9b5cd0e1c5b605ef30395596b5774f7..44dda3a156404cf893333afd5a215d1e8a7dea02 100644
(file)
--- a/
wcfsetup/install/files/acp/install.php
+++ b/
wcfsetup/install/files/acp/install.php
@@
-34,11
+34,6
@@
$sql = "UPDATE wcf".WCF_N."_language_item
$statement = WCF::getDB()->prepareStatement($sql);
$statement->execute(array(1));
-$sql = "UPDATE wcf".WCF_N."_language_to_package
- SET packageID = ?";
-$statement = WCF::getDB()->prepareStatement($sql);
-$statement->execute(array(1));
-
// update installation logs
$sql = "UPDATE wcf".WCF_N."_package_installation_file_log
SET packageID = ?";