aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-04-13 18:22:25 +0000
committerflop25 <flop25@piwigo.org>2014-04-13 18:22:25 +0000
commit5ebeec822fc3ee0d50591f2b25a1190760977327 (patch)
treee142eaff6582856ee22e60f956267e3c2fc11c92 /upgrade.php
parentd97c1394519a49f2d8d11f29e117be83a5f3979f (diff)
TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgrade
adding TakeATour files less margin-top in no_photo_yet.tpl git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/upgrade.php b/upgrade.php
index 7c707bd7c..89aa07ede 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -438,14 +438,13 @@ if ((isset($_POST['submit']) or isset($_GET['now']))
$page['infos_sav'] = $page['infos'];
$page['infos'] = array();
- // c13y_upgrade plugin means "check integrity after upgrade", so it
- // becomes useful just after an upgrade
+ /* might be usefull when we will have a real integrity checker
$query = '
REPLACE INTO '.PLUGINS_TABLE.'
(id, state)
VALUES (\'c13y_upgrade\', \'active\')
;';
- pwg_query($query);
+ pwg_query($query);*/
// Delete cache data
invalidate_user_cache(true);