From 491e8adc7467de9f9aa6dbbebfcb8b82c676b46a Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 20 Apr 2011 14:52:52 +0000 Subject: feature:2271 Merge autoupdate plugin into piwigo core. git-svn-id: http://piwigo.org/svn/trunk@10511 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/config.sql | 1 + install/db/103-database.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 install/db/103-database.php (limited to 'install') diff --git a/install/config.sql b/install/config.sql index dd8c94c67..205e06481 100644 --- a/install/config.sql +++ b/install/config.sql @@ -49,3 +49,4 @@ INSERT INTO piwigo_config (param,value,comment) 'Information displayed on picture page' ); INSERT INTO piwigo_config (param,value,comment) VALUES ('week_starts_on','monday','Monday may not be the first day of the week'); +INSERT INTO piwigo_config (param,value,comment) VALUES ('updates_ignored','a:3:{s:7:"plugins";a:0:{}s:6:"themes";a:0:{}s:9:"languages";a:0:{}}','Extensions ignored for update'); diff --git a/install/db/103-database.php b/install/db/103-database.php new file mode 100644 index 000000000..15424370d --- /dev/null +++ b/install/db/103-database.php @@ -0,0 +1,42 @@ + \ No newline at end of file -- cgit v1.2.3