mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user