projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bbd71
)
r2824 - added missing 'break'
author
Denis Ovsienko
<infrastation@yandex.ru>
Wed, 3 Jun 2009 16:07:23 +0000
(16:07 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Wed, 3 Jun 2009 16:07:23 +0000
(16:07 +0000)
upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/upgrade.php
b/upgrade.php
index ca35d50af55c61028b21c4e0b05676031603cf5e..2d1f77559bcf610adfdac2a2109db02e873cee2c 100644
(file)
--- a/
upgrade.php
+++ b/
upgrade.php
@@
-251,6
+251,7
@@
CREATE TABLE `LDAPCache` (
// Token set has changed, so the cache isn't valid any more.
$query[] = "UPDATE Script SET script_text = NULL WHERE script_name = 'RackCodeCache'";
$query[] = "UPDATE Config SET varvalue = '0.17.1' WHERE varname = 'DB_VERSION'";
+ break;
default:
showFailure ("executeUpgradeBatch () failed, because batch '${batchid}' isn't defined", __FILE__);
die;