Reintroduce c13y_upgrade remove on r2754

Merge trunk 2807:2808 into branch 2.0


git-svn-id: http://piwigo.org/svn/branches/2.0@2809 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2008-10-25 21:33:11 +00:00
parent c63e8f5f18
commit f0b54e852a
+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
{