aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-10-25 21:33:11 +0000
committerrub <rub@piwigo.org>2008-10-25 21:33:11 +0000
commitf0b54e852a3b896b14696bbfe42a72283a4fd431 (patch)
tree5ef279a6505eacb26287f7129b765e704742233d
parentc63e8f5f189d5cc28d9f6ce2686b1ac0f628164e (diff)
Reintroduce c13y_upgrade remove on r2754
Merge trunk 2807:2808 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2809 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--upgrade.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php
index aa5fc06cb..8b5e9eda8 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -298,6 +298,13 @@ if you encounter any problem.'
$template->assign('infos', $page['infos']);
invalidate_user_cache();
+
+ $query = '
+REPLACE INTO '.PLUGINS_TABLE.'
+ (id, state)
+ VALUES (\'c13y_upgrade\', \'active\')
+;';
+ pwg_query($query);
}
else
{