aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-04-16 20:45:31 +0000
committerflop25 <flop25@piwigo.org>2014-04-16 20:45:31 +0000
commit2383cd0072dbb04ce962864313e651b77a060633 (patch)
treec36514be6f242b73cb71b4be57d0331648ff0441 /upgrade.php
parenta1f9dbb486f011662278ae5fde4e0581f466b441 (diff)
code commented
useless code removed first step for tour after update git-svn-id: http://piwigo.org/svn/trunk@28207 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php
index 89aa07ede..4a87cf9d0 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -446,6 +446,13 @@ REPLACE INTO '.PLUGINS_TABLE.'
;';
pwg_query($query);*/
+ $query = '
+REPLACE INTO '.PLUGINS_TABLE.'
+ (id, state)
+ VALUES (\'TakeATour\', \'active\')
+;';
+ pwg_query($query);
+
// Delete cache data
invalidate_user_cache(true);
$template->delete_compiled_templates();