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
This commit is contained in:
flop25
2014-04-16 20:45:31 +00:00
parent a1f9dbb486
commit 2383cd0072
2 changed files with 29 additions and 7 deletions
+7
View File
@@ -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();