Reintroduce c13y_upgrade remove on r2754

git-svn-id: http://piwigo.org/svn/trunk@2808 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2008-10-25 21:31:30 +00:00
parent 31b633dd1b
commit abe030444b
+7
View File
@@ -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
{